Просмотр исходного кода

修复个微采集表回调逻辑

cgp 3 дней назад
Родитель
Сommit
1ab3e3d19f
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      fs-service/src/main/resources/mapper/his/FsPrescribeMapper.xml

+ 0 - 1
fs-service/src/main/resources/mapper/his/FsPrescribeMapper.xml

@@ -519,7 +519,6 @@
         where fp.collection_id = #{collectionId}
         where fp.collection_id = #{collectionId}
           and fp.status = 1
           and fp.status = 1
           and fp.doctor_confirm = 1
           and fp.doctor_confirm = 1
-          and fp.prescribe_img_url is not null
         ORDER BY fp.audit_time DESC
         ORDER BY fp.audit_time DESC
         LIMIT 1
         LIMIT 1
     </select>
     </select>