lhh пре 1 недеља
родитељ
комит
1b7c3dfa5e
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      business/im-service/src/main/java/com/yihu/jw/im/service/ImService.java

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

@ -4468,6 +4468,8 @@ public class ImService {
                sql += " AND a.type =2 and a.outpatient_type = 3";
                sql += " AND a.type =2 and a.outpatient_type = 3";
            } else if (type.equalsIgnoreCase("12")) {
            } else if (type.equalsIgnoreCase("12")) {
                sql += " AND a.outpatient_type = 2";
                sql += " AND a.outpatient_type = 2";
            } else if (type.equalsIgnoreCase("19")) {
                sql += " AND a.scbgjt is not null ";
            } else {
            } else {
                sql += " AND a.type in (1,2,3) ";
                sql += " AND a.type in (1,2,3) ";
            }
            }