wuxw
2024-04-28 0bac68db1d9291040be0e75368f91f2504507ace
优化业主小区功能
2个文件已修改
6 ■■■■ 已修改文件
service-common/src/main/java/com/java110/common/bmo/mall/impl/QueryOwnerCommunityImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-common/src/main/java/com/java110/common/cmd/mall/OpenCommonApiCmd.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-common/src/main/java/com/java110/common/bmo/mall/impl/QueryOwnerCommunityImpl.java
@@ -20,7 +20,7 @@
import java.util.List;
@Service
@Service("queryOwnerCommunityImpl")
public class QueryOwnerCommunityImpl implements IMallCommonApiBmo {
    @Autowired
service-common/src/main/java/com/java110/common/cmd/mall/OpenCommonApiCmd.java
@@ -3,16 +3,12 @@
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;