Commit 958d8c02 by qwmqiuwenmin

fix

parent 4207a22c
......@@ -847,8 +847,11 @@ public class ClerkController extends WebBaseController{
}else if (fieldType == 3) {
clerk.setHeadImgUrl(fieldValue);
}
clerkService.updateClerk(clerk);
String res = clerkService.updateClerk(clerk);
if(StringUtils.isBlank(res)){
return resultResponse(HaoBanErrCode.ERR_1);
}
return resultResponse(HaoBanErrCode.ERR_0,res,null,res);
return resultResponse(HaoBanErrCode.ERR_1);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment