wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
java110-db/src/main/resources/mapper/community/CommunityV1ServiceDaoImplMapper.xml
@@ -79,6 +79,9 @@
        <if test="feePrice !=null and feePrice != ''">
            , t.fee_price= #{feePrice}
        </if>
        <if test="feePrice == '0'">
            , t.fee_price= #{feePrice}
        </if>
        <if test="address !=null and address != ''">
            , t.address= #{address}
        </if>