|
|
@@ -1379,7 +1379,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
informationMaintainerHandOver(us, aid, oldAid, errors);
|
|
|
}
|
|
|
if (data==2||data==3){
|
|
|
- updateOrderHandOver(uid,aid,oldAid);
|
|
|
+ updateOrderHandOver(us,aid,oldAid);
|
|
|
}
|
|
|
}
|
|
|
if (AFTConstants.USER_TRANSFER_TO_OTHER.equals(operatorType)) {
|