瀏覽代碼

企业资质的顺序

yuedefeng 6 年之前
父節點
當前提交
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 != "" {