anderx 5 years ago
parent
commit
0e105cb742

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

@@ -1029,7 +1029,10 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 				if(flag <= 0) throw new BusinessException(new Error(ErrorConstants.CUSTOMER_TRANSFER_FAIL,""));
 				}
 			}
-			addUserTransferLog(uid,String.valueOf(params[0]),2,null,now,uList);
+			Integer type=2;
+			if (AFTConstants.SIGN_USER_TRANSFER_TO_OTHER==operatorType)type=7; 
+				
+			addUserTransferLog(uid,String.valueOf(params[0]),type,null,now,uList);
 		}
 		if (isUs) {
 			if (AFTConstants.USER_RECEIVE==operatorType) {