Commit 5415ec94 authored by gaoyuan's avatar gaoyuan

4.9.3需求---bug修复

parent 9140c971
......@@ -3145,10 +3145,10 @@ public class CustomerImpl implements ICustomer {
batchTransferCreator(userId,customer,userEntity);
}
}else {
int j = 0;
for (int i = 0; i < customerIds.length; i++) {
String customer = customerIds[i];
String userId = "";
int j = 0;
if (Strings.isNullOrEmpty( customer )) {
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment