2
3
yuedefeng 6 лет назад
Родитель
Сommit
0b95269912
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/dashoo.cn/backend/api/controllers/oilsupplier/supplierfile.go

+ 1 - 1
src/dashoo.cn/backend/api/controllers/oilsupplier/supplierfile.go

@@ -26,7 +26,7 @@ func (this *SupplierfileController) FileList() {
 	svc := supplierfile.GetSupplierfileService(utils.DBE)
 	where := " 1=1"
 	orderby := "Id"
-	asc := false
+	asc := true
 	Order := this.GetString("Order")
 	Prop := this.GetString("Prop")
 	if Order != "" && Prop != "" {