|
@@ -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">
|