|
@@ -70,7 +70,7 @@ public class ScrDataServiceImpl implements ScrDataService {
|
|
|
|
|
|
if(strategyListByDFZX==null || strategyListByDFZX.size()==0){
|
|
if(strategyListByDFZX==null || strategyListByDFZX.size()==0){
|
|
|
|
|
|
- String sql2 = "UPDATE u_information_query set chek_status=10 where id='"+taskApp.getId()+"'";
|
|
|
|
|
|
+ String sql2 = "UPDATE u_information_query set chek_status=3 where id='"+taskApp.getId()+"'";
|
|
jdbcTemplate.execute(sql2);
|
|
jdbcTemplate.execute(sql2);
|
|
|
|
|
|
RedisTemplate.delete("chek-" + taskApp.getId());
|
|
RedisTemplate.delete("chek-" + taskApp.getId());
|
|
@@ -242,7 +242,7 @@ public class ScrDataServiceImpl implements ScrDataService {
|
|
total = Func.toInt(map.get("total"));
|
|
total = Func.toInt(map.get("total"));
|
|
pCount = Func.toInt(map.get("pCount"));
|
|
pCount = Func.toInt(map.get("pCount"));
|
|
}
|
|
}
|
|
- if(map.get("initiative").equals("2") && map.get("status").equals("2")){
|
|
|
|
|
|
+ if((map.get("initiative")+"").equals("2") && (map.get("status")+"").equals("2")){
|
|
strArray.add(map.get("task_user").toString());
|
|
strArray.add(map.get("task_user").toString());
|
|
}
|
|
}
|
|
}
|
|
}
|