丽知:店铺插件优化
This commit is contained in:
parent
5306696062
commit
b4f7dd0d2d
|
@ -228,7 +228,7 @@ public class ShopPluginInitializer extends PluginBaseEntity {
|
||||||
try {
|
try {
|
||||||
OfsShopDto shopEntity = new OfsShopDto();
|
OfsShopDto shopEntity = new OfsShopDto();
|
||||||
|
|
||||||
if (split.length == 2) {
|
if (split.length == 2 || split.length == 1) {
|
||||||
shopEntity.setBizCode(split[0]);
|
shopEntity.setBizCode(split[0]);
|
||||||
List<OfsShopDto> list = queryfromofs(shopEntity);
|
List<OfsShopDto> list = queryfromofs(shopEntity);
|
||||||
if (list == null || list.size() == 0) {
|
if (list == null || list.size() == 0) {
|
||||||
|
|
Loading…
Reference in New Issue