浏览代码

Merge branch 'dev'

prodstable
Guillaume 2 年前
父节点
当前提交
d2d3968c94
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      common/models/PointSaleSearch.php

+ 1
- 0
common/models/PointSaleSearch.php 查看文件

@@ -70,6 +70,7 @@ class PointSaleSearch extends PointSale
->with($optionsSearch['with'])
->innerJoinWith($optionsSearch['join_with'], true)
->where(['point_sale.id_producer' => GlobalParam::getCurrentProducerId()])
->orderBy('is_bread_box ASC, name ASC')
;
$dataProvider = new ActiveDataProvider([

正在加载...
取消
保存