demand: 月结客户达标统计时间段格式改为yyyy-MM

This commit is contained in:
aike 2026-02-12 16:24:34 +08:00
parent d8853d8d17
commit a1ffe2d9b5

View File

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