Jelajahi Sumber

-修改装置查询条件

jiangbiao 2 tahun lalu
induk
melakukan
892efe4083

+ 1 - 1
master/src/main/resources/mybatis/base/TBasePlantMapper.xml

@@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </sql>
 
     <select id="selectAllPlantName" resultMap="TBasePlantResult">
-        select d.plant_id,d.plant_name from t_base_plant d where del_flag=0 and approve_status=1
+        select d.plant_id,d.plant_name from t_base_plant d where del_flag=0 and approve_status=2
     </select>
 
     <select id="selectTBasePlantList" parameterType="TBasePlant" resultMap="TBasePlantResult">