1098226878@qq.com
2022-01-10 093b73aadb022895a02dbbcd64b87613e19b547b
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 -->