Commit 03174eba by qwmqiuwenmin

fix

parent 18cc6df6
......@@ -700,6 +700,7 @@ public class ClerkController extends WebBaseController{
}
if(StringUtils.isNotBlank(headPic)){
clerk.setHeadImgUrl(headPic);
clerk.setImageUrl(headPic);
}
if(StringUtils.isNotBlank(phoneNumber)){
clerk.setPhoneNumber(phoneNumber);
......
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