Browse Source

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

liubing 4 năm trước cách đây
mục cha
commit
a5b365b2c2

+ 0 - 2
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/doctor/CareDoctorService.java

@ -158,8 +158,6 @@ public class CareDoctorService extends BaseJpaService<BaseDoctorDO, BaseDoctorDa
            List<Map<String,Object>> deptList = jdbcTemplate.queryForList(sql);
            tmp.put("deptList",deptList);
        }
        System.out.println(1);
        return tmpList;
    }