ltt пре 1 година
родитељ
комит
b97b92f80d

+ 1 - 1
business-modules/business-mine/src/main/resources/mapper/MineralAggregateMapper.xml

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

+ 1 - 1
business-modules/business-mine/src/main/resources/mapper/WorkFlowMapper.xml

@@ -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
         <where>
-            del_flag = 0
+            del_flag = 0 and `status` = 1
             <if test="name != null and name != ''">
                 and `name` like concat('%',#{name},'%')
             </if>