|
|
@@ -62,6 +62,7 @@ public class ProjectStatisticsServiceImpl extends BaseMybatisDao<TOrderTaskMappe
|
|
|
if(ps.getDeps()!=null)params.put("deps", departmentService.parseArray(ps.getDeps()));
|
|
|
if(ps.getThchDeps()!=null)params.put("thchDeps", departmentService.parseArray(ps.getThchDeps()));
|
|
|
if(ps.getProjectStatus()!=null)params.put("projectStatus", ps.getProjectStatus());
|
|
|
+ if(ps.getTaskProjectStatus()!=null)params.put("taskProjectStatus", ps.getTaskProjectStatus());
|
|
|
if(ps.getProjectType()!=null)params.put("projectType", ps.getProjectType());
|
|
|
if(ps.getOrderNo()!=null)params.put("orderNo", ps.getOrderNo());
|
|
|
if(ps.getContractNo()!=null)params.put("contractNo", ps.getContractNo());
|