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