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

Merge tag 'refs/tags/jenkins-back-end-1501' into release

develop
release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
f8cf52e748
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml

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

@@ -60,7 +60,6 @@
<if test=" null != shopId "> and `shop_id` = #{shopId} </if>
<if test=" null != updatetime ">and `updatetime` = #{updatetime}</if>
<if test=" null != rentShopType ">and `rent_shop_type` = #{rentShopType}</if>
<if test=" null == isPreview ">and is_preview = 0</if>
<if test=" null != isPreview ">and is_preview = #{isPreview}</if>
<if test=" null != payWay ">and `pay_way` = #{payWay}</if>
<if test=" null != latePayStatus ">and `late_pay_status` = #{latePayStatus}</if>


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