cqp 8 mesi fa
parent
commit
88b64d8126
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Service/OrderService.php

+ 1 - 1
app/Service/OrderService.php

@@ -611,7 +611,7 @@ class OrderService extends Service
             $d_array = $detailMap[$reminderId] ?? [];
             if (empty($d_array)) continue;
 
-            $product_detail = $reminder['product_title'] . ',' . $reminder['tl_quantity'];
+            $product_detail = $reminder['product_title'] . ',数量:' . $reminder['tl_quantity'];
             foreach ($d_array as $value) {
                 $openid = $value['open_id'];
                 $employee_id = $value['employee_id'];