This commit is contained in:
2025-10-05 02:25:01 +08:00
parent 7b576cf85c
commit fe622b9648
3 changed files with 11 additions and 1 deletions

View File

@@ -229,4 +229,12 @@ public class OrderRows extends BaseEntity
@Excel(name = "订单标签")
private String orderTag;
/** 订单时间范围 - 开始时间 */
@Transient
private Date beginTime;
/** 订单时间范围 - 结束时间 */
@Transient
private Date endTime;
}

View File

@@ -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);