Procházet zdrojové kódy

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

release_toaliyun_real
luozukai před 6 roky
rodič
revize
63ea953c1f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxBillSettleMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxBillSettleMapper.xml Zobrazit soubor

@@ -27,10 +27,10 @@
<if test=" null != id ">and tt.`id` = #{id}</if> <if test=" null != id ">and tt.`id` = #{id}</if>
<if test=" null != tenantId ">and tt.`tenant_id` = #{tenantId}</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=" 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} and tt.createtime &gt;= #{starttime}
</if> </if>
<if test="endtime != null and endtime !=''">
<if test="endtime != null">
and tt.createtime &lt;= #{endtime} and tt.createtime &lt;= #{endtime}
</if> </if>
<if test=" null != settleNumber and settleNumber !='' ">and tt.`settle_number` = #{settleNumber}</if> <if test=" null != settleNumber and settleNumber !='' ">and tt.`settle_number` = #{settleNumber}</if>


Načítá se…
Zrušit
Uložit