java110
2021-06-18 1af4e76f8440b1efbbce3689fdcc16f4a4f2c6c3
java110-db/src/main/resources/mapper/fee/FeeReceiptDetailServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -17,7 +17,7 @@
    <!-- 批量插入费用 -->
    <insert id="saveFeeReceiptDetails" parameterType="Map">
        insert into pay_feefee_receipt_detail(
        insert into fee_receipt_detail(
        area,amount,fee_name,detail_id,start_time,end_time,community_id,receipt_id,fee_id,cycle,square_price )
        VALUES
        <foreach collection="feeReceiptDetailPos" item="item" separator=",">
@@ -51,6 +51,12 @@
        <if test="detailId !=null and detailId != ''">
            and t.detail_id= #{detailId}
        </if>
        <if test="detailIds !=null ">
            and t.detail_id in
            <foreach collection="detailIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="startTime !=null and startTime != ''">
            and t.start_time= #{startTime}
        </if>