Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
2d2daf65ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Ver fichero

@@ -296,7 +296,7 @@
</delete>
<delete id="deleteByRentReveneuSales" parameterType="com.iformall.domain.po.WxAllBill">
delete from wx_all_bill where and extra_create_from = #{extraCreateFrom}
delete from wx_all_bill where extra_create_from = #{extraCreateFrom}
and IFNULL(`pay`,'0') &lt;= 0 AND IFNULL(`set_off`,'0') &lt;= 0 and IFNULL(`return_pay`,'0') &lt;= 0
and `starttime` = #{starttimeEqual}
<if test=" null != rentContractId">


Cargando…
Cancelar
Guardar