|
@@ -423,7 +423,7 @@ public class ScrDataServiceImpl implements ScrDataService {
|
|
|
|
|
|
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);
|
|
|
|
|
|
RedisTemplate.delete("chek-" + taskApp.getId());
|