Ver código fonte

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

renjiaojiao 1 ano atrás
pai
commit
5da6dfcfce
1 arquivos alterados com 4 adições e 0 exclusões
  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
+							}
 						}
 					}
 				}