Просмотр исходного кода

Merge branch 'dev' of linzhuo/patient-co-management into dev

linzhuo 8 лет назад
Родитель
Сommit
d9b06ae4a0

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/consult/DoctorEvaluateController.java

@ -71,7 +71,7 @@ public class DoctorEvaluateController extends BaseController {
    @ResponseBody
    public String label(){
        try{
            List<Map<String,Object>> result = evaluateLabelService.findDistinctLabelByLaDoctor("xh1D20170315022");
            List<Map<String,Object>> result = evaluateLabelService.findDistinctLabelByLaDoctor(getUID());
            return write(200,"查询成功!","list",result);
        }catch (Exception e){
            error(e);