Commit 54edab4c authored by suntengda's avatar suntengda

update 供应商相关接口

parent 818136ec
...@@ -83,7 +83,7 @@ class OtaService ...@@ -83,7 +83,7 @@ class OtaService
public static function deleteOne($otaId) public static function deleteOne($otaId)
{ {
return Ota::update( return Ota::update(
['is_delete'=>Ota::STATUS_DELETE], ['status'=>Ota::STATUS_DELETE],
['ota_id'=>$otaId] ['ota_id'=>$otaId]
); );
} }
......
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