|
@@ -52,7 +52,7 @@ public class PropertyCompanyServiceImpl extends ServiceImpl<PropertyCompanyMappe
|
|
|
.like("address", request.getInfo())
|
|
|
.or()
|
|
|
.like("mailing_address", request.getInfo()))
|
|
|
- .orderByAsc("name"));
|
|
|
+ .orderByAsc("CONVERT(name using gbk)"));
|
|
|
records.getRecords().forEach(propertyCompany -> {
|
|
|
if (propertyCompany.getMailingAddress() == null) {
|
|
|
propertyCompany.setMailingAddress("未设置地址");
|