wuxw пре 1 година
родитељ
комит
0bac68db1d

+ 1 - 1
service-common/src/main/java/com/java110/common/bmo/mall/impl/QueryOwnerCommunityImpl.java

@@ -20,7 +20,7 @@ import org.springframework.stereotype.Service;
 
 import java.util.List;
 
-@Service
+@Service("queryOwnerCommunityImpl")
 public class QueryOwnerCommunityImpl implements IMallCommonApiBmo {
 
     @Autowired

+ 0 - 4
service-common/src/main/java/com/java110/common/cmd/mall/OpenCommonApiCmd.java

@@ -3,16 +3,12 @@ package com.java110.common.cmd.mall;
 import com.alibaba.fastjson.JSONObject;
 import com.java110.common.bmo.mall.IMallCommonApiBmo;
 import com.java110.core.annotation.Java110Cmd;
-import com.java110.core.context.CmdContextUtils;
 import com.java110.core.context.ICmdDataFlowContext;
 import com.java110.core.event.cmd.Cmd;
 import com.java110.core.event.cmd.CmdEvent;
-import com.java110.dto.store.StoreDto;
 import com.java110.utils.exception.CmdException;
 import com.java110.utils.factory.ApplicationContextFactory;
 import com.java110.utils.util.Assert;
-import com.java110.utils.util.ListUtil;
-import org.springframework.beans.factory.annotation.Autowired;
 
 import java.util.List;