mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-08 00:12:46 +08:00
fix:【Pay 支付】去除 54 强制 id 转账校验
This commit is contained in:
parent
ea5b12f21e
commit
a10e7aedaa
@ -264,9 +264,6 @@ public class PayTransferServiceImpl implements PayTransferService {
|
|||||||
}
|
}
|
||||||
int count = 0;
|
int count = 0;
|
||||||
for (PayTransferDO transfer : list) {
|
for (PayTransferDO transfer : list) {
|
||||||
if (!transfer.getId().equals(54L)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
count += syncTransfer(transfer) ? 1 : 0;
|
count += syncTransfer(transfer) ? 1 : 0;
|
||||||
}
|
}
|
||||||
return count;
|
return count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user