Explorar el Código

病历回显修改

rgb hace 6 años
padre
commit
b93a174537
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      icss-service/src/main/resources/mapper/InquiryInfoMapper.xml

+ 1 - 0
icss-service/src/main/resources/mapper/InquiryInfoMapper.xml

@@ -33,6 +33,7 @@
 		and b.is_deleted='N' 
 		group by a.id
 		ORDER BY a.gmt_create desc
+		limit 0,1
     </select>
 
 </mapper>