|
@ -64,7 +64,7 @@ public class BaseDoctorRoleInfoEndpoint extends EnvelopRestEndpoint {
|
|
|
@ApiOperation(value = "更新")
|
|
|
public Envelop update(
|
|
|
@ApiParam(name = "jsonData", value = "Json数据", required = true)
|
|
|
@RequestParam(value = "filters", required = true) String jsonData ) throws Exception {
|
|
|
@RequestParam(value = "jsonData", required = true) String jsonData ) throws Exception {
|
|
|
JSONObject jsonObject = baseDoctorRoleInfoService.updateRoleInfo(jsonData);
|
|
|
if (jsonObject.getString("response").equalsIgnoreCase(ConstantUtils.FAIL)) {
|
|
|
return failed(jsonObject.getString("msg"));
|