sunyuchao 3 years ago
parent
commit
42c66469df
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcVaccineDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcVaccineDao.xml

@ -41,7 +41,7 @@
b.INOCULATE_TIME,
b.INOCULATE_ADDRESS,
b.MANUFACTURER,
b.user_id,
b.user_id
FROM ic_vaccine_relation a
INNER JOIN ic_vaccine b ON a.IC_VACCINE_ID = b.ID AND b.DEL_FLAG = '0'
WHERE a.DEL_FLAG = '0'

Loading…
Cancel
Save