Commit 44cacddf authored by Quxl's avatar Quxl

x

parent e4764dc8
......@@ -54,7 +54,7 @@ public class DNDeletionServiceImpl implements DNDeletionService {
map.put("DELETED_BY", DELETED_DOCUMENTS.getDELETED_BY());
map.put("SOLD_TO", DELETED_DOCUMENTS.getSOLD_TO());
map.put("BATCH", dateString + "-" + common.getNextval("T_SO_DN_DELETION_BATCH" + dateString));
map.put("TRACE_NO", "sodndeletion" + DateUtil.formatDate(now, DateUtil.FMT_DATETIME));
map.put("TRACE_NO", "sapsodndeletion" + DateUtil.formatDate(now, DateUtil.FMT_DATETIME));
map.put("SEND_STATUS", "N");
map.put("SEND_TIME", now);
map.put("CREATED", now);
......
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