2,509
个编辑
小 (fixed) |
小 (set, not id!) |
||
第86行: | 第86行: | ||
end | end | ||
table.sort(LST,function (a, b) | table.sort(LST,function (a, b) | ||
if packPrior[tmp[a]. | if packPrior[tmp[a].set]~=packPrior[tmp[b].set] then | ||
return packPrior[tmp[a]. | return packPrior[tmp[a].set]<packPrior[tmp[b].set] | ||
else | else | ||
return tmp[a].date<tmp[b].date | return tmp[a].date<tmp[b].date |
个编辑