|
|
@@ -67,6 +67,9 @@ public abstract class AbstractJob extends BaseJob2 {
|
|
|
try {
|
|
|
map.put("id_", UniqueIdUtil.getId());
|
|
|
map.put("create_time_", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()));
|
|
|
+ if (map.containsKey("bian_zhi_shi_jian")){
|
|
|
+ map.put("bian_zhi_shi_jian", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(map.get("bian_zhi_shi_jian")));
|
|
|
+ }
|
|
|
commonDao.execute(this.buildInsertSql(map, tableName));
|
|
|
success = success + 1;
|
|
|
} catch (Exception e) {
|