|
@@ -28,11 +28,9 @@ func DisWordRecode(order_id, sale_money int, product_name, disWord string) {
|
|
parentTypeInt, _ := strconv.Atoi(fmt.Sprint((*parentList)[0]["type"]))
|
|
parentTypeInt, _ := strconv.Atoi(fmt.Sprint((*parentList)[0]["type"]))
|
|
if p_data, ok := util.MQFW.Find("dis_product", nil, `{"l_createdate":1}`, nil, false, -1, -1); ok && p_data != nil {
|
|
if p_data, ok := util.MQFW.Find("dis_product", nil, `{"l_createdate":1}`, nil, false, -1, -1); ok && p_data != nil {
|