mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +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->businessGoodSku = $businessGoodSku->toArray();
|
||||||
$this->num = $num;
|
$this->num = $num;
|
||||||
$updateResult = false;
|
$updateResult = false;
|
||||||
//暂时设定重试5次
|
//暂时设定重试3次
|
||||||
for ($i = 0; $i < 5; $i++) {
|
for ($i = 0; $i < 3; $i++) {
|
||||||
if ($this->updateStock()) {
|
if ($this->updateStock()) {
|
||||||
$updateResult = true;
|
$updateResult = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user