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

[卡订单][修改][持卡人查询]

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
5f837b3101
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml

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

@@ -178,7 +178,7 @@
<if test=" null != startdate and null!=enddate">
and ci.`create_date` between #{startdate} and #{enddate}
</if>
<if test=" null != onickName">
<if test=" null != onickName and ''!=onickName">
and ou.`nick_name` = #{onickName}
</if>
<if test=" null != statusS ">


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