|
|
@@ -315,6 +315,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements
|
|
|
user.setIntroduction(bo.getIntroduction());
|
|
|
user.setUpdateTime(new Date());
|
|
|
user.setBusinessAudit(bo.getBusinessAudit());
|
|
|
+ if(null==bo.getExpertAudit()&&bo.getExpert()==1)ui.setExpertAudit(2);
|
|
|
} catch (InvocationTargetException | IllegalAccessException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|