@@ -59,7 +59,7 @@
<select id="findList" resultType="com.sckw.mine.entity.res.MineralAggregateFindListRes">
select <include refid="Base_Column_List" /> from kw_business_mineral_aggregate
<where>
- del_flag = 0
+ del_flag = 0 and status = 1
<if test="name != null and name != ''">
and `name` like concat('%',#{name},'%')
</if>
@@ -73,7 +73,7 @@
<select id="findList" resultType="com.sckw.mine.entity.res.WorkFlowFindListRes">
select <include refid="Base_Column_List" /> from kw_business_work_flow
+ del_flag = 0 and `status` = 1