Compare commits
2 Commits
7b576cf85c
...
0f02a86820
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f02a86820 | |||
| fe622b9648 |
@@ -391,7 +391,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
address.append(phone);
|
address.append(phone);
|
||||||
System.out.println(address);
|
System.out.println(address);
|
||||||
for (int i = 4; i < parts.length; i++) {
|
for (int i = 4; i < parts.length; i++) {
|
||||||
address.append(parts[i]);
|
address.append(parts[i]);F
|
||||||
}
|
}
|
||||||
String jf = productWithJF.get(modelNumber);
|
String jf = productWithJF.get(modelNumber);
|
||||||
|
|
||||||
|
|||||||
@@ -121,6 +121,8 @@
|
|||||||
<if test="itemId != null and itemId != ''"> and item_id = #{itemId}</if>
|
<if test="itemId != null and itemId != ''"> and item_id = #{itemId}</if>
|
||||||
<if test="callerItemId != null and callerItemId != ''"> and caller_item_id = #{callerItemId}</if>
|
<if test="callerItemId != null and callerItemId != ''"> and caller_item_id = #{callerItemId}</if>
|
||||||
<if test="orderTag != null and orderTag != ''"> and order_tag = #{orderTag}</if>
|
<if test="orderTag != null and orderTag != ''"> and order_tag = #{orderTag}</if>
|
||||||
|
<if test="params.beginTime != null"> and order_time >= #{params.beginTime}</if>
|
||||||
|
<if test="params.endTime != null"> and order_time <= #{params.endTime}</if>
|
||||||
</where>
|
</where>
|
||||||
order by order_time desc
|
order by order_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user