Your Name
2023-04-18 5d346189b5e2b6678767f6cd8823ffbb43672163
java110-db/src/main/resources/mapper/fee/MeterWaterV1ServiceDaoImplMapper.xml
@@ -164,4 +164,13 @@
            and t.obj_type= #{objType}
        </if>
    </select>
    <update id="deleteMeterWaterByBatch" parameterType="Map">
        update meter_water t,pay_fee pf set t.status_cd = '1'
        where
        t.fee_id = pf.fee_id
        and pf.batch_id = #{batchId}
        and pf.community_id = #{communityId}
    </update>
</mapper>