Просмотр исходного кода

[租金管理][修改]修改业务逻辑

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
d39f6e2059
3 измененных файлов: 4 добавлений и 3 удалений
  1. +2
    -1
      mallinkService/src/main/java/com/simple/mapper/WxCUserBasicInfoMapper.java
  2. +1
    -1
      mallinkService/src/main/java/com/simple/service/impl/WxCUserBasicInfoServiceImpl.java
  3. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

+ 2
- 1
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 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);


} }

+ 1
- 1
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.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);
} }




+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Просмотреть файл

@@ -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 ">


Загрузка…
Отмена
Сохранить