Commit ac21b3be authored by wangyecheng's avatar wangyecheng

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

parent 9aba4f89
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
strategy_no strategy_no
FROM FROM
t_strategy_factory_info t_strategy_factory_info
WHERE status='1'
</select> </select>
<select id="getSceneList" resultType="net.wanji.opt.synthesis.pojo.StrategyFactoryEntity"> <select id="getSceneList" resultType="net.wanji.opt.synthesis.pojo.StrategyFactoryEntity">
SELECT SELECT
...@@ -136,6 +137,7 @@ ...@@ -136,6 +137,7 @@
method method
FROM FROM
t_strategy_factory_info t_strategy_factory_info
WHERE status='1'
</select> </select>
<select id="getCompanyList" resultType="net.wanji.opt.synthesis.pojo.StrategyFactoryEntity"> <select id="getCompanyList" resultType="net.wanji.opt.synthesis.pojo.StrategyFactoryEntity">
SELECT SELECT
...@@ -143,6 +145,7 @@ ...@@ -143,6 +145,7 @@
company company
FROM FROM
t_strategy_factory_info t_strategy_factory_info
WHERE status='1'
</select> </select>
<insert id="savePriorityInsert" parameterType="java.util.List"> <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