java110-db/src/main/resources/mapper/fee/MeterWaterServiceDaoImplMapper.xml
@@ -229,7 +229,7 @@ select count(1) count from meter_water t inner join pay_fee pf on t.fee_id = pf.fee_id and pf.status_cd = '0' where 1 =1 where 1 = 1 <if test="remark !=null and remark != ''"> and t.remark= #{remark} </if> @@ -269,8 +269,6 @@ <if test="feeId !=null and feeId != ''"> and t.fee_id = #{feeId} </if> </select>