Commit 9736255c authored by Quxl's avatar Quxl

x

parent 57be9c45
...@@ -46,8 +46,6 @@ public class DNDeletionServiceImpl implements DNDeletionService { ...@@ -46,8 +46,6 @@ public class DNDeletionServiceImpl implements DNDeletionService {
map.put("CREATEDBY", "system"); map.put("CREATEDBY", "system");
map.put("UPDATED", now); map.put("UPDATED", now);
map.put("UPDATEDBY", "system"); map.put("UPDATEDBY", "system");
Sql headerSql = SqlUtil.insertSql("t_so_dn_deletion", map); Sql headerSql = SqlUtil.insertSql("t_so_dn_deletion", map);
jdbcTemplate.update(headerSql.getSql(), headerSql.getArgs()); jdbcTemplate.update(headerSql.getSql(), headerSql.getArgs());
} }
......
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