|
|
@@ -200,7 +200,7 @@ func (this *OilSupplierCertAppendSubController) GetListAppend() {
|
|
|
var list []suppliercertsub.OilSupplierCertSub
|
|
|
//svc.GetEntitysByWhere(OilSupplierCertAppendSubName, where, &list)
|
|
|
//svc.GetEntitysByOrderbyWhere(OilSupplierCertSubName, suwhere, "CreateOn asc", &list)
|
|
|
- total := svc.GetPagingEntitiesWithOrder(page.CurrentPage, page.Size, "CreateOn", false, &list, where)
|
|
|
+ total := svc.GetPagingEntitiesWithOrder(page.CurrentPage, page.Size, "Id", false, &list, where)
|
|
|
var dataInfo DataInfo
|
|
|
if list == nil {
|
|
|
dataInfo.Items = []suppliercertsub.OilSupplierCertSub{}
|