|
|
|
@ -355,7 +355,9 @@ public class CustomsSignServiceImpl extends MpBaseServiceImpl<CustomsRecordDao, |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!DateUtil.compare(one.getFillInDate(), DateUtil.strToDate(param.getFillInDate()))) { |
|
|
|
|
SimpleDateFormat simpleDateFormat =new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
|
String format = simpleDateFormat.format(one.getFillInDate()); |
|
|
|
|
if (!format.equals(param.getFillInDate())) { |
|
|
|
|
qsStatus = "0"; |
|
|
|
|
tDxCustoms = insertTdxCustoms(one, qsStatus, QsfsEnum.DRQS.getQsfsDm(), "签收失败!填发日期与底账不一致", userInfo); |
|
|
|
|
signToVO(tDxCustoms, param, true); |
|
|
|
|