|
@@ -89,6 +89,9 @@ public class BizCompanyController extends BaseController
|
|
setTenantId(bizCompany);
|
|
setTenantId(bizCompany);
|
|
startPage();
|
|
startPage();
|
|
startOrderBy();
|
|
startOrderBy();
|
|
|
|
+ if(null != bizCompany.getSocialCreditCode()){
|
|
|
|
+ bizCompany.setSocialCreditCode(bizCompany.getSocialCreditCode().trim());
|
|
|
|
+ }
|
|
List<BizCompany> list = bizCompanyService.getList(bizCompany);
|
|
List<BizCompany> list = bizCompanyService.getList(bizCompany);
|
|
return getDataTable(list);
|
|
return getDataTable(list);
|
|
}
|
|
}
|