1
This commit is contained in:
@@ -229,4 +229,12 @@ public class OrderRows extends BaseEntity
|
||||
@Excel(name = "订单标签")
|
||||
private String orderTag;
|
||||
|
||||
/** 订单时间范围 - 开始时间 */
|
||||
@Transient
|
||||
private Date beginTime;
|
||||
|
||||
/** 订单时间范围 - 结束时间 */
|
||||
@Transient
|
||||
private Date endTime;
|
||||
|
||||
}
|
||||
|
||||
@@ -391,7 +391,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
||||
address.append(phone);
|
||||
System.out.println(address);
|
||||
for (int i = 4; i < parts.length; i++) {
|
||||
address.append(parts[i]);
|
||||
address.append(parts[i]);F
|
||||
}
|
||||
String jf = productWithJF.get(modelNumber);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user