Commit ac21b3be authored by wangyecheng's avatar wangyecheng

场景 策略名称 厂商 追加status='1'

parent 9aba4f89
......@@ -129,6 +129,7 @@
strategy_no
FROM
t_strategy_factory_info
WHERE status='1'
</select>
<select id="getSceneList" resultType="net.wanji.opt.synthesis.pojo.StrategyFactoryEntity">
SELECT
......@@ -136,6 +137,7 @@
method
FROM
t_strategy_factory_info
WHERE status='1'
</select>
<select id="getCompanyList" resultType="net.wanji.opt.synthesis.pojo.StrategyFactoryEntity">
SELECT
......@@ -143,6 +145,7 @@
company
FROM
t_strategy_factory_info
WHERE status='1'
</select>
<insert id="savePriorityInsert" parameterType="java.util.List">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment