java110
2021-01-23 4430ceb824ac85a3b50108dadb2eac1e31d2c7d8
java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xml
@@ -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 -->