|
total, err := models.GetReportIndustrialCount(categoryId, industrialManagementId)
|
|
total, err := models.GetReportIndustrialCount(categoryId, industrialManagementId)
|
|
page = paging.GetPaging(currentIndex, pageSize, total)
|
|
page = paging.GetPaging(currentIndex, pageSize, total)
|
|
list, err := models.GetReportIndustrialList(pars, categoryId, industrialManagementId, uid, startSize, pageSize)
|
|
list, err := models.GetReportIndustrialList(pars, categoryId, industrialManagementId, uid, startSize, pageSize)
|