订单优化
This commit is contained in:
parent
6c62608929
commit
144d30df98
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user