md
This commit is contained in:
parent
29f62413de
commit
29a5dfb19e
@ -621,7 +621,7 @@ public class EmisBaseService {
|
||||
extData.put("k11",destSite.getSiteName());
|
||||
|
||||
extData.put("k12",waybill.getDestinationName());
|
||||
extData.put("k13",waybill.getEstimateDate());
|
||||
extData.put("k13",DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,waybill.getEstimateDate()) ));
|
||||
extData.put("k14",waybill.getSalesmen());
|
||||
extData.put("k15",waybill.getPayee());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user