|
|
@@ -150,7 +150,7 @@ func (this *OilSupplierCertAppendSubController) GetMyList() {
|
|
|
svc := suppliercertappendsub.GetOilSupplierCertAppendSubService(utils.DBE)
|
|
|
var list []suppliercertsub.OilSupplierCertSub
|
|
|
//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{}
|