This commit is contained in:
linfso 2024-06-03 08:35:44 +08:00
parent 17592e1c43
commit 7484cd2e25

View File

@ -690,12 +690,12 @@ public class EmisBaseService {
if(!StringUtils.isEmpty(waybill.getPaymentType())){
paymentType=DictUtils.getDictLabel("emis_payment_type",waybill.getPaymentType());
}
order.put("paymentType",paymentType);
order.put("printDay", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,new Date()));
order.put("printDate", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,new Date()));
order.put("printMan", empName);
order.put("printCount", waybill.getPrintCount());
order.put("printCount", waybill.getPrintCount()+1);
order.put("createDay",DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,waybill.getCreateTime()));