forked from free-lancers/electricity_bill_calc_service
fix(enduser):修正终端用户表计抄表过程中的错误。
This commit is contained in:
@@ -61,7 +61,7 @@ func (_EndUserService) SearchEndUserRecord(reportId, keyword string, page int) (
|
||||
Limit(config.ServiceSettings.ItemsPageSize, startItem).
|
||||
Asc("seq").
|
||||
Find(&endUsers)
|
||||
cache.CacheSearch(endUsers, []string{"end_user", "report", "park"}, "end_user_detail", conditions...)
|
||||
cache.CacheSearch(endUsers, []string{"end_user_detail", "report", "park"}, "end_user_detail", conditions...)
|
||||
return endUsers, total, err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user