|
@ -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, "添加失败");
|