Commit e81f2163 authored by zengxiaoli@yeah.net's avatar zengxiaoli@yeah.net

评定报告录入,分配任务-修改检索条件

parent 2ccc4999
...@@ -100,8 +100,8 @@ public class TaskServiceImpl implements TaskService { ...@@ -100,8 +100,8 @@ public class TaskServiceImpl implements TaskService {
int aprType=0; int aprType=0;
if (StrUtil.isNotBlank(realName)||StrUtil.isNotBlank(certiCode)) { if (StrUtil.isNotBlank(realName)||StrUtil.isNotBlank(certiCode)) {
int count = taskMapper.queryApplyCount(realName,certiCode,2,1); int count = taskMapper.queryApplyCount(realName,certiCode,2,2);
aprType=count>0?1:0;//count>0 初评已过,查询复评数据。 aprType=count>0?1:0;//count>0 复评已过,查询复评数据,反之查询初评数据。
} }
return taskMapper.taskDistributionList(page, organIds, provincial, city, return taskMapper.taskDistributionList(page, organIds, provincial, city,
street, realName, certiCode, taskName, taskTel, daysRemaining, taskStatus, isReturn, area,type,aprType); street, realName, certiCode, taskName, taskTel, daysRemaining, taskStatus, isReturn, area,type,aprType);
......
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