Browse Source

订单提交

dev
nizongfeng 3 years ago
parent
commit
3ea9e1fdc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/service/PurchaseDao.php

+ 1
- 1
application/admin/service/PurchaseDao.php View File

@@ -111,7 +111,7 @@ class PurchaseDao
return Util::returnArrSu("", $param['purchase_id']);
}
}catch (Exception $e){
return Util::returnArrEr("新增采购失败:".$e->getMessage());
return Util::returnArrEr("新增采购失败:".$e->getMessage());
}
}



Loading…
Cancel
Save