Просмотр исходного кода

Merge branch 'test' of git@git.coding.net:aft/AFT.git into test

wanghui лет назад: 8
Родитель
Сommit
f1a47644fa

+ 1 - 0
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -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();
 		}