Kaynağa Gözat

内部外协

ezhizao_zx 5 ay önce
ebeveyn
işleme
a9bca61b8c

+ 1 - 1
src/main/resources/mybatis/business/BizCarrierMapper.xml

@@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select t1.id,t1.category_id,t1.code,t1.qc_code,t1.remark,t1.tenant_id,t1.is_allow_more,COALESCE((SELECT t2.is_abandoned FROM biz_carrier_reject t2 WHERE t1.id = t2.carrier_id ORDER BY t2.create_time DESC LIMIT 1), 0) AS is_abandoned
         FROM biz_carrier t1
         <trim prefix=" WHERE" suffix="" suffixOverrides="AND">
-            deleted = 0 and is_allow_more = 0 and is_inspection = 0
+            deleted = 0 and is_inspection = 0
             <if test="categoryId != null  and categoryId != 0"> AND t1.category_id = #{categoryId}</if>
             <if test="code != null  and code != ''"> AND  t1.code=#{code}</if>
             <!--  未关联任何生产单  -->