소스 검색

Merge branch 'dev'

prodstable
Guillaume 2 년 전
부모
커밋
0d685d3258
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      producer/controllers/OrderController.php

+ 2
- 0
producer/controllers/OrderController.php 파일 보기

@@ -193,8 +193,10 @@ class OrderController extends ProducerBaseController
$order = Order::find()
->where('id_distribution = :id_distribution')
->andWhere('id_user = :id_user')
->andWhere('id_point_sale = :id_point_sale')
->params([
':id_distribution' => $posts['Order']['id_distribution'],
':id_point_sale' => $posts['Order']['id_point_sale'],
':id_user' => $user ? $user->id : null
])
->one();

Loading…
취소
저장