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

[合同][修改][开发结算单]

release_toaliyun_real
luozukai 6 лет назад
Родитель
Сommit
63ea953c1f
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxBillSettleMapper.xml

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

@@ -27,10 +27,10 @@
<if test=" null != id ">and tt.`id` = #{id}</if>
<if test=" null != tenantId ">and tt.`tenant_id` = #{tenantId}</if>
<if test=" null != merchantName and merchantName !='' ">and tt.merchantName like concat('%', #{merchantName},'%')</if>
<if test="starttime != null and starttime !=''">
<if test="starttime != null">
and tt.createtime &gt;= #{starttime}
</if>
<if test="endtime != null and endtime !=''">
<if test="endtime != null">
and tt.createtime &lt;= #{endtime}
</if>
<if test=" null != settleNumber and settleNumber !='' ">and tt.`settle_number` = #{settleNumber}</if>


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