java110
2020-09-17 daa5832f0915006437060ca2a082d3c2043fa7b1
java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -192,7 +192,7 @@
        <if test="newBId != null and newBId != ''">
            ,t.b_id = #{newBId}
        </if>
        <if test="feeCoefficient !=null and feeCoefficient != ''">
        <if test="feeCoefficient !=null">
            , t.fee_coefficient= #{feeCoefficient}
        </if>
        <if test="section !=null and section != ''">