@ -74,6 +74,8 @@ public class SupCompanyController {
AuthRoleAdminService authRoleAdminService;
@AuthRuleAnnotation("")
@GetMapping("/api/pur/getSupComapnys")
public BaseResponse getSupComapnys(FilterSupCompanyRequest companyRequest) {
@ -11,7 +11,7 @@
AND name LIKE concat('%',#{name},'%')
</if>
<if test="code != '' and code != null">
AND code LIKE concat('%',#{code},'%')
AND code = #{code}
<if test="sptm != '' and sptm != null">
AND sptm LIKE concat('%',#{sptm},'%')