xhxu пре 5 година
родитељ
комит
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 ">


Loading…
Откажи
Сачувај