Commit 8ef35e0e authored by sxwnfpwx@163.com's avatar sxwnfpwx@163.com

标准规则库小更改

parent 810727cc
......@@ -21,9 +21,6 @@ public class SuperviseRuleServiceImpl extends BaseService<SuperviseRuleDto,Super
* 分页查询
*/
public Page<SuperviseRuleDto> queryForSuperviseRulePage(Page<SuperviseRuleDto> page, Long superviseDeptId, Long inspectionUnitId,Integer adminRegionCode) {
if(610000 == adminRegionCode){
return this.queryForPage(page, null, false, superviseDeptId, inspectionUnitId);
}
return this.queryForPage(page, null, false, superviseDeptId, inspectionUnitId,adminRegionCode );
}
......
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