java110-db/src/main/resources/mapper/fee/FeeReceiptDetailServiceDaoImplMapper.xml
@@ -90,6 +90,7 @@ limit #{page}, #{row} </if> </select> @@ -171,6 +172,12 @@ #{item} </foreach> </if> <if test="detailIds !=null"> and t.detail_id in <foreach collection="detailIds" item="item" open="(" close=")" separator=","> #{item} </foreach> </if> <if test="feeId !=null and feeId != ''"> and t.fee_id= #{feeId} </if>