订单优化

This commit is contained in:
hahwu 2025-09-29 09:46:56 +08:00
parent 5d27f4604c
commit 8797a93437

View File

@ -573,9 +573,9 @@ func ShuffleColor(List []string, Last string) []string {
List3 := make([]string, len(List))
for _, v := range List {
if mergeDataCfg.GetEmitProductNumByColor(v) == 1 {
List2 = append(List2, v)
} else {
List3 = append(List3, v)
} else {
List2 = append(List2, v)
}
}