Your Name
2023-01-30 6bc9483b5bf1d72f6365e23ebcd5703a180bbb90
service-common/src/main/java/com/java110/common/cmd/machine/UnlicensedCarMachineQrCodeUrl.java
@@ -25,6 +25,7 @@
import com.java110.intf.community.IParkingBoxAreaV1InnerServiceSMO;
import com.java110.intf.store.ISmallWeChatInnerServiceSMO;
import com.java110.utils.cache.MappingCache;
import com.java110.utils.constant.MappingConstant;
import com.java110.utils.exception.CmdException;
import com.java110.utils.util.Assert;
import com.java110.vo.ResultVo;
@@ -73,7 +74,7 @@
        smallWeChatDto.setObjId(reqJson.getString("communityId"));
        smallWeChatDto.setWeChatType(SmallWeChatDto.WECHAT_TYPE_PUBLIC);
        List<SmallWeChatDto> smallWeChatDtos = smallWeChatInnerServiceSMOImpl.querySmallWeChats(smallWeChatDto);
        String ownerUrl = MappingCache.getValue("OWNER_WECHAT_URL");
        String ownerUrl = MappingCache.getValue(MappingConstant.URL_DOMAIN,"OWNER_WECHAT_URL");
        ownerUrl += ("/#/pages/unlicensedCarIn/unlicensedCarIn?communityId=" +
                reqJson.getString("communityId") + "&machineId=" +
                reqJson.getString("machineId"));