| | |
| | | /** |
| | | * 查询complaint服务类 |
| | | */ |
| | | @Service("listComplaintsSMOImpl") |
| | | @Service("auditComplaintSMOImpl") |
| | | public class AuditComplaintSMOImpl extends AbstractComponentSMO implements IAuditComplaintSMO { |
| | | |
| | | @Autowired |
| | |
| | | Assert.hasKeyAndValue(paramIn, "remark", "必填,请求报文中未包含审核信息"); |
| | | |
| | | |
| | | super.validatePageInfo(pd); |
| | | //super.validatePageInfo(pd); |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_COMPLAINT); |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_AUDIT_COMPLAINT); |
| | | } |
| | | |
| | | @Override |