md
This commit is contained in:
parent
17592e1c43
commit
7484cd2e25
@ -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()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user