浏览代码

标签修改

lyr 8 年之前
父节点
当前提交
f239c9dfce

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

@ -230,7 +230,7 @@ public class SignPatientLabelInfoController extends BaseController {
                return error(-1, "团队code不能为空");
            }
            int result = labelInfoService.addLabelAndPatient(labelName, "fa4dd8565f0f11e68344fa163e8aee56", teamCode, patients);
            int result = labelInfoService.addLabelAndPatient(labelName, getUID(), teamCode, patients);
            if (result != 1) {
                return error(-1, "添加失败");