#2696 1

Egyesítve
wangzhinan 1 commit egyesítve innen: chaoren1/dev ide: Amoy2/medicare ekkor: 3 éve

+ 1 - 1
svr/svr-base/src/main/java/com/yihu/jw/base/service/a3service/MedicinedeviceService.java

@ -5732,7 +5732,7 @@ public class MedicinedeviceService  extends BaseJpaService<Mediicinedevice, Medi
                        "AND dh.del = 1";
            }
            //社区管理员
            if ("communityAdmin".equals(role.getCode())) {
            if ("communityAdmin".equals(role.getCode()) || "replenisher".equals(role.getCode())) {
                tempSql = "SELECT\n" +
                        "t.hospital AS community\n" +
                        "FROM\n" +