Преглед изворни кода

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

renjiaojiao пре 1 година
родитељ
комит
5da6dfcfce
1 измењених фајлова са 4 додато и 0 уклоњено
  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
+							}
 						}
 					}
 				}