diff --git a/mallinkService/src/main/java/com/simple/mapper/WxCUserBasicInfoMapper.java b/mallinkService/src/main/java/com/simple/mapper/WxCUserBasicInfoMapper.java index 530f6a79a..11c5ef83f 100644 --- a/mallinkService/src/main/java/com/simple/mapper/WxCUserBasicInfoMapper.java +++ b/mallinkService/src/main/java/com/simple/mapper/WxCUserBasicInfoMapper.java @@ -5,6 +5,7 @@ import com.simple.domain.dto.WxCUserBasicInfoDto; import com.simple.domain.po.WxCUserBasicInfo; import java.util.List; +import java.util.Map; public interface WxCUserBasicInfoMapper extends CommonMapper { @@ -20,6 +21,6 @@ public interface WxCUserBasicInfoMapper extends CommonMapper> findListMap(WxCUserBasicInfoDto record); } diff --git a/mallinkService/src/main/java/com/simple/service/impl/WxCUserBasicInfoServiceImpl.java b/mallinkService/src/main/java/com/simple/service/impl/WxCUserBasicInfoServiceImpl.java index f30ee53a9..ea3400f38 100644 --- a/mallinkService/src/main/java/com/simple/service/impl/WxCUserBasicInfoServiceImpl.java +++ b/mallinkService/src/main/java/com/simple/service/impl/WxCUserBasicInfoServiceImpl.java @@ -11,6 +11,7 @@ import com.simple.domain.po.WxCUserBasicInfo; import com.simple.mapper.WxCUserBasicInfoMapper; import com.simple.service.WxCUserBasicInfoService; +import java.util.List; import java.util.Map; @Service @@ -74,7 +75,6 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService { @Override public long findCountByAge(WxCUserBasicInfoDto dto) { - return wxCUserBasicInfoMapper.findCountByAge(dto); } diff --git a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml index 99a77c499..347d610b0 100644 --- a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml @@ -81,7 +81,7 @@ and br.`pay_way` = #{payWay} and br.`receipt_num` = #{receiptNum} and br.`tenant_id` = #{tenantId} - and br.`shop_number` = #{shopNumber} + and s.`shop_number` = #{shopNumber} and br.`pay_status` = #{payStatus}