Переглянути джерело

sql

release_toaliyun_real
xhxu 6 роки тому
джерело
коміт
b4d72ff27e
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Переглянути файл

@@ -781,7 +781,7 @@
<if test=" null != basicInfo.name ">
and cu.`name` like concat('%', #{basicInfo.name},'%')
</if>
<if test=" null != basicInfo.startTime and null! = basicInfo.endTime">
<if test=" null != basicInfo.startTime and null != basicInfo.endTime">
and cu.`create_date` between #{basicInfo.startTime} and #{basicInfo.endTime}
</if>
<if test=" null != basicInfo.ids ">


Завантаження…
Відмінити
Зберегти