Browse Source

员工建议调查表推送增加调查时间字段

wy 4 tháng trước cách đây
mục cha
commit
abff211f38

+ 1 - 0
ibps-provider-root/modules/provider-platform/src/main/java/com/lc/ibps/platform/plan/job/TenMinutesJob.java

@@ -436,6 +436,7 @@ public class TenMinutesJob extends AbstractJob{
                 data.put("parent_id_",map.get("id_"));
                 data.put("di_dian_",map.get("di_dian_"));
 //                data.put("bian_zhi_bu_men_",map.get("bian_zhi_bu_men_"));
+                data.put("zi_diao_cha_shi_j",map.get("diao_cha_shi_jian").toString());
                 data.put("bian_zhi_bu_men_",getDepartmentByUserId(bian_zhi_ren_));
                 data.put("bian_zhi_ren_",bian_zhi_ren_);
                 data.put("create_by_",bian_zhi_ren_);