Explorar o código

Merge branch 'dev/v2.4.30_rjj' of jianyu/qmx_admin into feature/v2.4.30

renjiaojiao hai 1 ano
pai
achega
5da6dfcfce
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/order/orderSellingPrice.go

+ 4 - 0
src/order/orderSellingPrice.go

@@ -148,6 +148,10 @@ func orderPriceCount(context *admin.Context) (interface{}, error) {
 									idArr[qutil.IntAll(v["s_serviceid"])] = true
 								}
 							}
+							if qutil.IntAll(v["s_serviceid"]) == 12 {
+								idArr[20] = true
+								idArr[23] = true
+							}
 						}
 					}
 				}