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