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