anderx лет назад: 4
Родитель
Сommit
0742404323

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

@@ -1122,6 +1122,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 	public int updateByOperatorType(String uid,String aid, String oldAid, Integer operatorType,Integer data) {
 		User user = new User();
 		Date now = new Date();
+		if(aid==null)aid=TokenManager.getAdminId();
 		if(data==null)data=0;
 		// 是否多个客户
 		boolean isUs = false;