Browse Source

企业资质的顺序

yuedefeng 6 năm trước cách đây
mục cha
commit
0b95269912

+ 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 != "" {