java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xmlold mode 100644 new mode 100755
@@ -104,6 +104,9 @@ , t.room_name= #{roomName} </if> where 1=1 <if test="collectionId !=null and collectionId != ''"> and t.collection_id= #{collectionId} </if> </update> <!-- 查询人工托收数量 add by wuxw 2018-07-03 -->