|
|
@@ -876,7 +876,7 @@ class CustomController extends BaseController
|
|
|
// 批量更新客户信息
|
|
|
CustomClass::updateByCondition(['ownMainId' => $this->mainId], ['homeAmount' => $homeAmount, 'homeType' => $homeType]);
|
|
|
//批量更新供货商信息
|
|
|
- GhsClass::updateByIds(['shopId' => $this->shopId], ['homeAmount' => $homeAmount, 'homeType' => $homeType]);
|
|
|
+ GhsClass::updateByCondition(['shopId' => $this->shopId], ['homeAmount' => $homeAmount, 'homeType' => $homeType]);
|
|
|
util::complete('修改成功');
|
|
|
}
|
|
|
|