|
|
|
@@ -88,6 +88,11 @@ |
|
|
|
<include refid="dynamicWhereConditions" /> |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectById" parameterType="Long" resultMap="BaseResultMap"> |
|
|
|
select <include refid="allColumns" /> from wx_bill_property_deposit |
|
|
|
where id = #{id} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="findPropertyContractIds" parameterType="com.iformall.domain.po.WxBillPropertyDeposit" resultMap="BaseResultMap"> |
|
|
|
select distinct property_contract_id from wx_bill_property_deposit |
|
|
|
<include refid="dynamicWhereConditions" /> |
|
|
|
|