소스 검색

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

wanghui 8 년 전
부모
커밋
f1a47644fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

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