Pu Zhibing
11 小时以前 d6ad5bd0c95b6ebe6361d74ff297d1a9f4b759fa
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/SystemPriceMapper.xml
@@ -26,7 +26,7 @@
        isOpen as isOpen,
        isOpenExclusive as isOpenExclusive,
        isOpenPrice as isOpenPrice
        from t_system_price where state = 1 and companyId = #{companyId}
        from t_system_price where state = 1
        <if test="null != type">
            and `type` = #{type}
        </if>