Your Name
2023-01-26 4e4b96ef73db8d36d1cc7e2ec87d38d397c96078
java110-db/src/main/resources/mapper/common/ItemReleaseResV1ServiceDaoImplMapper.xml
@@ -67,16 +67,17 @@
        <if test="amount !=null and amount != ''">
            , t.amount= #{amount}
        </if>
        <if test="irId !=null and irId != ''">
            , t.ir_id= #{irId}
        </if>
        <if test="communityId !=null and communityId != ''">
            , t.community_id= #{communityId}
        </if>
        where 1=1
        <if test="resId !=null and resId != ''">
            and t.res_id= #{resId}
        </if>
        <if test="irId !=null and irId != ''">
            and t.ir_id= #{irId}
        </if>
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>
    </update>