Преглед на файлове

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