Kaynağa Gözat

合同

release_toaliyun_real
xhxu 4 yıl önce
ebeveyn
işleme
e2b19c75b9
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Dosyayı Görüntüle

@@ -624,6 +624,9 @@
<if test=" null != parentTenantId and '' != parentTenantId">
and rc.`parent_tenant_id` = #{parentTenantId}
</if>
<if test=" null != contractNumber and '' != contractNumber">
and rc.`contract_number` = #{contractNumber}
</if>
<if test=" null != rentId and '' != rentId">
and rc.`id` = #{rentId}
</if>


Yükleniyor…
İptal
Kaydet