demand:检查月结客户首次签约日期bug修改

committer: heyu
This commit is contained in:
aike 2025-05-28 13:26:19 +08:00
parent 31259ec806
commit 90357b26ee

View File

@ -4062,6 +4062,9 @@ public class EmisBaseService {
* @throws EmisBizError
*/
protected void checkFirstSigningDay(EmisWaybill emisWaybillOld, EmisWaybill emisWaybillNew) throws EmisBizError {
if ("1".equals(emisWaybillNew.getPaymentType())) {
return;
}
if (emisWaybillOld == null || emisWaybillOld.getOrderDate() == null || emisWaybillNew == null || StringUtil.isBlank(emisWaybillNew.getCustNo())) {
return;
}