Commit 3953e4d3 authored by hangjun83's avatar hangjun83

openapi 1.1

parent 02b74a3d
......@@ -104,7 +104,7 @@ class ZhenkhService
$dbConnect = DB::connection($this->rhawnOrdersRepository->getConnectionName());
//判断订单是否已经存在
$oneOrder = $dbConnect->table($this->rhawnOrdersRepository->getTableName())
$oneOrder = $dbConnect->table('sorders')
->where('so_cus_po',$order['purchaseOrderId'])
->get()->toArray();
if($oneOrder){
......
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