|
|
@@ -488,7 +488,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
if (ib.getOutsourceStatus() !=null) params.put("outsourceStatus", ib.getOutsourceStatus());
|
|
|
if (ib.getMemberProjectType()!=null) params.put("memberProjectType", ib.getMemberProjectType());
|
|
|
if (ib.getCid() !=null) params.put("cid", ib.getCid());
|
|
|
- if (StringUtils.isNotBlank(ib.getType())){
|
|
|
+ if (ib.getType()!=null){
|
|
|
String[] split = ib.getType().split(",");
|
|
|
params.put("type", split);
|
|
|
}
|