常熟吴彦祖 1 month ago
parent
commit
adf6725a26
  1. 7
      src/main/java/com/xujie/sys/modules/Api/entity/HeiHuApiMesLogShopOrderEntity.java
  2. 4
      src/main/resources/mapper/api/HeiHuApiMesLogMapper.xml

7
src/main/java/com/xujie/sys/modules/Api/entity/HeiHuApiMesLogShopOrderEntity.java

@ -24,8 +24,13 @@ public class HeiHuApiMesLogShopOrderEntity implements Serializable {
private Double lotSize; private Double lotSize;
private String cDepartment; private String cDepartment;
private String cTaskNo; private String cTaskNo;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private String cPackageType; private String cPackageType;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private String planStartDate;
private String needDate;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date enterDate; private Date enterDate;

4
src/main/resources/mapper/api/HeiHuApiMesLogMapper.xml

@ -18,7 +18,9 @@
[c_TaskNo] AS cTaskNo, [c_TaskNo] AS cTaskNo,
[c_PackageType] AS cPackageType, [c_PackageType] AS cPackageType,
EnterDate AS enterDate, EnterDate AS enterDate,
EnterBy AS enterBy
EnterBy AS enterBy,
PlanStartDate,
NeedDate
FROM MES_LOG_ShopOrder FROM MES_LOG_ShopOrder
WHERE Site = #{site} WHERE Site = #{site}
AND id >= #{sinceId} AND id >= #{sinceId}

Loading…
Cancel
Save