mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
鲜花2.0-接口测试bug修复
This commit is contained in:
parent
de8ecd514e
commit
3313c4a713
@ -36,8 +36,8 @@ class BusinessOrdersUpdate
|
||||
$this->businessGoodSku = $businessGoodSku->toArray();
|
||||
$this->num = $num;
|
||||
$updateResult = false;
|
||||
//暂时设定重试5次
|
||||
for ($i = 0; $i < 5; $i++) {
|
||||
//暂时设定重试3次
|
||||
for ($i = 0; $i < 3; $i++) {
|
||||
if ($this->updateStock()) {
|
||||
$updateResult = true;
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user