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>