nizongfeng 3 years ago
parent
commit
be6868d3a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/controller/OrderMain.php

+ 1
- 1
application/admin/controller/OrderMain.php View File

@@ -243,7 +243,7 @@ class OrderMain extends Backend
* 子订单保存接口
* @return \think\response\Json
*/
public function sunOrderSave(){
public function subOrderSave(){
$params=$this->request->post();
$orderMainService = new OrderMainService();
Db::startTrans();


Loading…
Cancel
Save