Przeglądaj źródła

[租赁账单][修改][更新状态SQL]

release_toaliyun_real
gongbiao 7 lat temu
rodzic
commit
f6f9da299b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Wyświetl plik

@@ -113,7 +113,7 @@
<update id="updateNotPaidStatus" parameterType="hashmap"> <update id="updateNotPaidStatus" parameterType="hashmap">
update wx_bill_rent set status=#{notPaid},expired_day=DATEDIFF(now(),receive_date) update wx_bill_rent set status=#{notPaid},expired_day=DATEDIFF(now(),receive_date)
where tenant_id=#{tenantId} and status!=#{paid} and br.status!=6 and DATEDIFF(now(),receive_date)>0
where tenant_id=#{tenantId} and status!=#{paid} and status!=6 and DATEDIFF(now(),receive_date)>0
</update> </update>


<update id="updateWaitPayStatus" parameterType="hashmap"> <update id="updateWaitPayStatus" parameterType="hashmap">


Ładowanie…
Anuluj
Zapisz