Commit 02011e0e authored by 张森's avatar 张森

studio版本问题,特殊情况处理

parent e9ed7249
......@@ -112,7 +112,7 @@ public class EmergencyTaskController extends BaseController{
planType = redisTemplate.boundValueOps("planType").get(0, -1);
}
if (StringUtils.isNotEmpty(planType) && "0".equals(planType)) {
planType = "";
planType = null;
}
Page<EmergencyTaskContent> list = iEmergencyTaskService.list(obligationId, planType, commonPageable);
return CommonResponseUtil.success(list);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment