Procházet zdrojové kódy

成分和关键字校验逻辑优化,提示语优化2

yjwang před 1 měsícem
rodič
revize
8a145493b5

+ 8 - 8
fs-service/src/main/resources/mapper/hisStore/FsStoreProductScrmMapper.xml

@@ -788,15 +788,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
     <select id="selectForbiddenKeywords" resultType="com.fs.hisStore.domain.ForbiddenOnlineMedicine">
         SELECT
-            id,
-            module,
-            category,
-            serial_number,
+--             id,
+--             module,
+--             category,
+--             serial_number,
             medicine_ingredient,
-            single_compound,
-            forbidden_keywords,
-            exception,
-            remarks
+--             single_compound,
+            forbidden_keywords
+--             exception,
+--             remarks
         FROM forbidden_online_medicines
     </select>