java110
2023-05-30 0b3ff378a9faaf9d7a4831b7f0de67378fe0dfea
java110-db/src/main/resources/mapper/fee/FeeReceiptServiceDaoImplMapper.xml
@@ -81,6 +81,9 @@
                #{item}
            </foreach>
        </if>
        <if test="feeId !=null and feeId != ''">
            and frd.fee_id = #{feeId}
        </if>
        <if test="objType !=null and objType != ''">
            and t.obj_type= #{objType}
        </if>
@@ -335,6 +338,9 @@
                #{item}
            </foreach>
        </if>
        <if test="feeId !=null and feeId != ''">
            and frd.fee_id = #{feeId}
        </if>
        <if test="objType !=null and objType != ''">
            and t.obj_type= #{objType}
        </if>