Explorar o código

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

linzhuo %!s(int64=8) %!d(string=hai) anos
pai
achega
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);