|
|
@@ -150,12 +150,10 @@ public class TenMinutesJob extends AbstractJob{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- String bianZhiShiJian = niWanChengRiQ + " 06:00";
|
|
|
- data.put("bian_zhi_shi_jian", bianZhiShiJian);
|
|
|
-
|
|
|
+ data.put("ni_wan_cheng_ri_q", niWanChengRiQ);
|
|
|
String currentTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
|
|
|
data.put("create_time_", currentTime);
|
|
|
-
|
|
|
+ data.put("bian_zhi_shi_jian", currentTime);
|
|
|
commonDao.execute(buildInsertSql(data, "t_gyspj"));
|
|
|
//更新t_fwfhgysdcjhzb数据为已处理
|
|
|
commonDao.execute("update t_fwfhgysdcjhzb set flag_zi_='1' where id_ ='"+zbdata.get("id_")+"'");
|