Browse Source

添加查询条件

feature/yujt_vim
yujt 4 years ago
parent
commit
66ee6dae30
  1. 2
      epdc-cloud-client-yushan
  2. 2
      epdc-cloud-commons-yushan
  3. 3
      epdc-cloud-vim-yushan/src/main/resources/mapper/vim/VaccinationInfoDao.xml

2
epdc-cloud-client-yushan

@ -1 +1 @@
Subproject commit 8988e6551401ce573c21834f842f0f68ddbd98b2 Subproject commit 25b88835bfb861f17fcec918f51e35d1922dbe2d

2
epdc-cloud-commons-yushan

@ -1 +1 @@
Subproject commit 60b469fb3d9fccb7220f65c3ddbaa412033ecc01 Subproject commit ea8dce697c0d53096b090c2f13c5a8c6ee0a24e0

3
epdc-cloud-vim-yushan/src/main/resources/mapper/vim/VaccinationInfoDao.xml

@ -47,6 +47,9 @@
<if test="vaccNo != null and vaccNo != '' and vaccNo != 0"> <if test="vaccNo != null and vaccNo != '' and vaccNo != 0">
AND v.DOSE = #{vaccNo} AND v.DOSE = #{vaccNo}
</if> </if>
<if test="dose != null and dose != '' and dose > 0">
AND v.DOSE = #{dose}
</if>
</select> </select>
<select id="checkVaccination" resultType="com.elink.esua.epdc.vaccine.vim.entity.VaccinationInfoEntity"> <select id="checkVaccination" resultType="com.elink.esua.epdc.vaccine.vim.entity.VaccinationInfoEntity">

Loading…
Cancel
Save