|
@@ -118,10 +118,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
|
|
|
- <select id="selectCount" parameterType="Long" resultMap="int">
|
|
|
- select count(1) from vaccine_info
|
|
|
- </select>
|
|
|
-
|
|
|
<select id="selectVaccineInfoById" parameterType="Long" resultMap="VaccineInfoResult">
|
|
|
<include refid="selectVaccineInfoVo"/>
|
|
|
where vi.id = #{id} and vi.is_del = 'N'
|