Sfoglia il codice sorgente

fix

release_toaliyun_real
winter 2 anni fa
parent
commit
a96801b3dd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml Vedi File

@@ -161,8 +161,8 @@
</select>
<select id="queryPropertyContractIdList" parameterType="com.iformall.domain.po.WxBillProperty" resultType="Long">
select distinct property_contract_id
from wx_bill_property
select distinct br.property_contract_id
from wx_bill_property br
<include refid="queryBillPropertyListConditions"/>
</select>



Caricamento…
Annulla
Salva