xhxu 5 лет назад
Родитель
Сommit
4fa83e7d07
1 измененных файлов: 4 добавлений и 5 удалений
  1. +4
    -5
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

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

@@ -92,12 +92,11 @@
and m.`link_person` like concat('%', #{linkPerson},'%')
</if>

<if test=" null != createDate ">
and m.`create_date` = #{createDate}
<if test="starttime != null">
and m.create_date &gt;= #{starttime}
</if>

<if test=" null != updateDate ">
and m.`update_date` = #{updateDate}
<if test="endtime != null">
and m.create_date &lt;= #{endtime}
</if>

<if test=" null != carVendorType ">


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