Parcourir la source

项目合同续签流程调整

fyz il y a 3 mois
Parent
commit
5716cf7dc6

+ 2 - 2
mjava-lanyun/src/main/java/com/malk/lanyun/service/impl/TimerServiceImpl.java

@@ -2010,7 +2010,7 @@ public class TimerServiceImpl implements TimerService {
                 .build());
         String names = "('";
         for (int i = 0; i < dataList.size(); i++) {
-            names = names + dataList.get(i).get("textField_ltxrn8h1") + "','";
+            names = names + dataList.get(i).get("textField_lrr3rg6i") + "','";
         }
         names = names + "')";
 
@@ -2047,7 +2047,7 @@ public class TimerServiceImpl implements TimerService {
                 "\tWHERE 1=1 \n" +
                 "\tAND CAST(`month` AS CHAR) < '"+lastTime+"'\n" +
                 "\tAND CAST(`month` AS CHAR) >= '"+lastTimestamp.get(0)+"'\n" +
-                "\tAND project_code in "+names+"";
+                "\tAND project_name in "+names+"";
 
         List<ProjectAnalysis> analysisList = jdbcTemplate.query(sql, new ProjectAnalysisMapper());