|
|
@@ -97,6 +97,7 @@ public class StandardServiceImpl extends BaseMybatisDao<StandardDocumentMapper>
|
|
|
if (in.getEndTime()!=null)params.put("endTime",in.getEndTime()+" 23:59:59");
|
|
|
if (in.getDepId()!=null)params.put("depId",in.getDepId());
|
|
|
if (in.getName()!=null)params.put("name",in.getName());
|
|
|
+ if (in.getType()!=null)params.put("type",in.getType());
|
|
|
return (Pagination<OutStandardDocument>) findPage("standardList","standardCount",params,in.getPageNo(),in.getPageSize());
|
|
|
}
|
|
|
|