This commit is contained in:
chenbo 2024-01-31 10:04:02 +08:00
parent f0ee2795c3
commit c898ca646d
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class OperationWaterLogLists extends BaseDataLists implements ListsSearchInterfa
{
return OperationWaterLog::where($this->searchWhere)
->with(['fenceHouseAttr', 'animalInfo'])
->field(['id', 'animal_info_id', 'fence_house_id', 'water_consumption', 'operator', 'pic', 'remark'])
->limit($this->limitOffset, $this->limitLength)
->order(['id' => 'desc'])
->select()