订单优化

This commit is contained in:
hahwu 2025-09-29 09:46:56 +08:00
parent 9a332a845c
commit c65f10036f

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)
}
}