소스 검색

朗通产品线管理——查询(修复不显示机构数量问题)

wangyu 6 년 전
부모
커밋
f62fe58f99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      diagbotman-service/src/main/resources/mapper/LantoneProductMapper.xml

+ 1 - 1
diagbotman-service/src/main/resources/mapper/LantoneProductMapper.xml

@@ -71,7 +71,7 @@
         p.id = o.product_id
         ) oppended_num
         FROM
-        `diag_lantone_product` p WHERE p.is_deleted ='N' and service_status = 1
+        `diag_lantone_product` p WHERE p.is_deleted ='N'
         <if test="name != null and name != ''">
             AND p.name LIKE concat ('%',#{name},'%')
         </if>