丽知:店铺插件优化

This commit is contained in:
zhengyf 2025-01-22 16:36:55 +08:00
parent 5306696062
commit b4f7dd0d2d
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ public class ShopPluginInitializer extends PluginBaseEntity {
try {
OfsShopDto shopEntity = new OfsShopDto();
if (split.length == 2) {
if (split.length == 2 || split.length == 1) {
shopEntity.setBizCode(split[0]);
List<OfsShopDto> list = queryfromofs(shopEntity);
if (list == null || list.size() == 0) {