Ver código fonte

Merge branch 'dev' of huangwenjie/wlyy2.0 into dev

huangwenjie 5 anos atrás
pai
commit
9f46ec6aa3

+ 1 - 1
business/im-service/src/main/java/com/yihu/jw/im/service/ImService.java

@ -1040,7 +1040,7 @@ public class ImService {
	 * @return
	 * @return
	 */
	 */
	public String getConsultCodeByOutpatientId(String outpatientid) {
	public String getConsultCodeByOutpatientId(String outpatientid) {
		String totalSql = "SELECT id FROM wlyy_consult WHERE relation_code='"+outpatientid+"'";
		String totalSql = "SELECT id FROM wlyy_consult WHERE relation_code='"+outpatientid+"' ";
		List<Map<String, Object>> rstotal = jdbcTemplate.queryForList(totalSql);
		List<Map<String, Object>> rstotal = jdbcTemplate.queryForList(totalSql);
		String id = "";
		String id = "";
		if (rstotal != null && rstotal.size() > 0) {
		if (rstotal != null && rstotal.size() > 0) {

+ 1 - 1
svr/svr-internet-hospital/src/main/resources/bootstrap.yml

@ -1,6 +1,6 @@
spring:
spring:
  application:
  application:
    name: svr-internet-hospital-lyx
    name: svr-internet-hospital
  cloud:
  cloud:
    config:
    config:
      failFast: true
      failFast: true