@@ -1055,6 +1055,9 @@ select t.contractno,
}
sqlId.JoinEx(r.QryType == 2, " and t.qty - t.pricedqty > 0 and t.pricetype !=1")
+
+ sqlId.Join(" order by t.createtime desc")
return sqlId.String()