demand: 月结客户达标统计时间段格式改为yyyy-MM
This commit is contained in:
parent
d8853d8d17
commit
a1ffe2d9b5
@ -188,7 +188,7 @@ public class EmisCustomerUserServiceImpl extends EmisBaseService implements IEmi
|
||||
// 校验:当complianceStatType=3/4/5/6时,寄件时间段需大于等于3个月
|
||||
checkDateForComplianceStat(emisWaybill);
|
||||
if(Objects.isNull(emisWaybill.getParams().get("beginSendDate"))){
|
||||
emisWaybill.getParams().put("beginSendDate","2024-01");
|
||||
emisWaybill.getParams().put("beginSendDate","2024-07");
|
||||
}
|
||||
if(Objects.isNull(emisWaybill.getParams().get("endSendDate"))){
|
||||
emisWaybill.getParams().put("endSendDate", DateUtils.getDate("yyyy-MM"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user