优化后台业务

This commit is contained in:
super
2026-04-30 11:36:58 +08:00
parent 9c16c9c589
commit c6ecfb5b77
48 changed files with 1211 additions and 2391 deletions
@@ -212,7 +212,7 @@ public boolean isIpWhitelistError(BusinessException ex) {
if (value == null) {
return "";
}
return value.replace("\u3000", " ")
return value.replace((char) 0x3000, ' ')
.trim();
}
@@ -357,7 +357,7 @@ public class ZiniaoShopIndexService {
if (value == null) {
return "";
}
return value.replace("\u3000", " ").trim();
return value.replace((char) 0x3000, ' ').trim();
}
private ZiniaoShopMatchResultVo pendingResult(String message) {