java110
2021-05-16 c17c4687562d61a5663510ae7fbd0ce7ce73873f
java110-db/src/main/resources/mapper/fee/FeeManualCollectionServiceDaoImplMapper.xml
old 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 -->