|
|
@@ -1657,7 +1657,7 @@ func (this *AnnualAuditController) FileList() {
|
|
|
var list []qualchange.OilQualChangeDetail1
|
|
|
svc := qualchange.GetQualChangeService(utils.DBE)
|
|
|
where := " 1=1 and a.IsDelete = 0"
|
|
|
- orderby := "a.SupplierTypeCode"
|
|
|
+ orderby := "a.SupplierTypeCode,a.Id"
|
|
|
asc := true
|
|
|
Order := this.GetString("Order")
|
|
|
Prop := this.GetString("Prop")
|