yuanliang пре 1 година
родитељ
комит
87dfa58089
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

@@ -590,7 +590,7 @@
         <where>
         <where>
             g.status_ != 0
             g.status_ != 0
             AND g.type_ = 'INSTRUMENT'
             AND g.type_ = 'INSTRUMENT'
-            AND gc.del_flag_ = 0 and g.tenant_id_ = #{tenantId}
+            AND g.del_flag_ = 0 and g.tenant_id_ = #{tenantId}
             <if test="organId != null">
             <if test="organId != null">
                 AND FIND_IN_SET(#{organId},g.replacement_show_organ_id_)
                 AND FIND_IN_SET(#{organId},g.replacement_show_organ_id_)
             </if>
             </if>