|
|
@@ -425,7 +425,7 @@ func (this *InfoChangeController) GetSuppList() {
|
|
|
func (this *InfoChangeController) GetAllEntityList() {
|
|
|
//获取分页信息
|
|
|
page := this.GetPageInfoForm()
|
|
|
- where := " 1=1 and b.OldSupplierName is not null"
|
|
|
+ where := " 1=1"
|
|
|
orderby := "a.Id"
|
|
|
asc := false
|
|
|
Order := this.GetString("Order")
|
|
|
@@ -465,7 +465,7 @@ func (this *InfoChangeController) GetAllEntityList() {
|
|
|
|
|
|
svc := infochange.GetInfoChangeService(utils.DBE)
|
|
|
var list []infochange.OilUsedName
|
|
|
- total := svc.GetUsedNameWithOrderBytbl(OilSupplierName, OilInfoChangeName, page.CurrentPage, page.Size, orderby, asc, &list, where)
|
|
|
+ total := svc.GetUsedNameWithOrderBytbl(OilSupplierName, OilInfoChangeItemName, page.CurrentPage, page.Size, orderby, asc, &list, where)
|
|
|
var datainfo DataInfo
|
|
|
datainfo.Items = list
|
|
|
datainfo.CurrentItemCount = total
|