update
This commit is contained in:
parent
f0ee2795c3
commit
c898ca646d
|
@ -57,7 +57,6 @@ class OperationWaterLogLists extends BaseDataLists implements ListsSearchInterfa
|
||||||
{
|
{
|
||||||
return OperationWaterLog::where($this->searchWhere)
|
return OperationWaterLog::where($this->searchWhere)
|
||||||
->with(['fenceHouseAttr', 'animalInfo'])
|
->with(['fenceHouseAttr', 'animalInfo'])
|
||||||
->field(['id', 'animal_info_id', 'fence_house_id', 'water_consumption', 'operator', 'pic', 'remark'])
|
|
||||||
->limit($this->limitOffset, $this->limitLength)
|
->limit($this->limitOffset, $this->limitLength)
|
||||||
->order(['id' => 'desc'])
|
->order(['id' => 'desc'])
|
||||||
->select()
|
->select()
|
||||||
|
|
Loading…
Reference in New Issue