Commit 8fe0707f authored by Quxl's avatar Quxl

x

parent f2169cf0
...@@ -114,8 +114,6 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService { ...@@ -114,8 +114,6 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService {
headMap.put("TRACE_NO", "sapproformainvoice" + DateUtil.formatDate(now, DateUtil.FMT_DATETIME)); headMap.put("TRACE_NO", "sapproformainvoice" + DateUtil.formatDate(now, DateUtil.FMT_DATETIME));
headMap.put("CREATED", now); headMap.put("CREATED", now);
headMap.put("CREATEDBY", "system"); headMap.put("CREATEDBY", "system");
headMap.put("UPDATED", null);
headMap.put("UPDATEDBY", null);
List<Map<String, Object>> itemDatas = new ArrayList<Map<String, Object>>(); List<Map<String, Object>> itemDatas = new ArrayList<Map<String, Object>>();
if(itemList != null) { if(itemList != null) {
...@@ -165,8 +163,6 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService { ...@@ -165,8 +163,6 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService {
} }
itemDataMap.put("CREATED", now); itemDataMap.put("CREATED", now);
itemDataMap.put("CREATEDBY", "system"); itemDataMap.put("CREATEDBY", "system");
itemDataMap.put("UPDATED", headerId);
itemDataMap.put("UPDATEDBY", headerId);
itemDatas.add(itemDataMap); itemDatas.add(itemDataMap);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment