|
|
@@ -435,6 +435,8 @@ func NewSortingCate() []map[string]string { |
|
|
|
if utils.InArr(utils.IntToStr(v.EnterpriseId), ids) { |
|
|
|
continue |
|
|
|
} |
|
|
|
v1 := order.JudgePackageOrdOrdState(&v) |
|
|
|
v = *v1 |
|
|
|
tmp := map[string]string{ |
|
|
|
"id": utils.IntToStr(v.EnterpriseId), |
|
|
|
"name": enterpriseMap[v.EnterpriseId].Name, |
|
|
|