Commit 515ba093 authored by Quxl's avatar Quxl

x

parent 8097e9dc
......@@ -86,6 +86,9 @@ public class WsConfig {
@Bean
public WSS4JInInterceptor getWSS4JInInterceptor() {
Map<String, Object> properties = new HashMap<String, Object>();
properties.put(WSHandlerConstants.ACTION, WSHandlerConstants.USERNAME_TOKEN);
properties.put(WSHandlerConstants.PASSWORD_TYPE, WSConstants.PW_TEXT);
......
......@@ -54,6 +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("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