| @@ -5,6 +5,7 @@ import com.simple.domain.dto.WxCUserBasicInfoDto; | |||||
| import com.simple.domain.po.WxCUserBasicInfo; | import com.simple.domain.po.WxCUserBasicInfo; | ||||
| import java.util.List; | import java.util.List; | ||||
| import java.util.Map; | |||||
| public interface WxCUserBasicInfoMapper extends CommonMapper<WxCUserBasicInfo, String> { | public interface WxCUserBasicInfoMapper extends CommonMapper<WxCUserBasicInfo, String> { | ||||
| @@ -20,6 +21,6 @@ public interface WxCUserBasicInfoMapper extends CommonMapper<WxCUserBasicInfo, S | |||||
| long findCountByAge(WxCUserBasicInfoDto dto); | long findCountByAge(WxCUserBasicInfoDto dto); | ||||
| void findListMap(WxCUserBasicInfoDto record); | |||||
| List<Map<String,Object>> findListMap(WxCUserBasicInfoDto record); | |||||
| } | } | ||||
| @@ -11,6 +11,7 @@ import com.simple.domain.po.WxCUserBasicInfo; | |||||
| import com.simple.mapper.WxCUserBasicInfoMapper; | import com.simple.mapper.WxCUserBasicInfoMapper; | ||||
| import com.simple.service.WxCUserBasicInfoService; | import com.simple.service.WxCUserBasicInfoService; | ||||
| import java.util.List; | |||||
| import java.util.Map; | import java.util.Map; | ||||
| @Service | @Service | ||||
| @@ -74,7 +75,6 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService { | |||||
| @Override | @Override | ||||
| public long findCountByAge(WxCUserBasicInfoDto dto) { | public long findCountByAge(WxCUserBasicInfoDto dto) { | ||||
| return wxCUserBasicInfoMapper.findCountByAge(dto); | return wxCUserBasicInfoMapper.findCountByAge(dto); | ||||
| } | } | ||||
| @@ -81,7 +81,7 @@ | |||||
| <if test=" null != payWay "> and br.`pay_way` = #{payWay} </if> | <if test=" null != payWay "> and br.`pay_way` = #{payWay} </if> | ||||
| <if test=" null != receiptNum "> and br.`receipt_num` = #{receiptNum} </if> | <if test=" null != receiptNum "> and br.`receipt_num` = #{receiptNum} </if> | ||||
| <if test=" null != tenantId "> and br.`tenant_id` = #{tenantId} </if> | <if test=" null != tenantId "> and br.`tenant_id` = #{tenantId} </if> | ||||
| <if test=" null != shopNumber "> and br.`shop_number` = #{shopNumber} </if> | |||||
| <if test=" null != shopNumber "> and s.`shop_number` = #{shopNumber} </if> | |||||
| <if test=" null != payStatus "> and br.`pay_status` = #{payStatus} </if> | <if test=" null != payStatus "> and br.`pay_status` = #{payStatus} </if> | ||||
| <if test=" null != ids "> | <if test=" null != ids "> | ||||