hrjy 2 years ago
parent
commit
1a064bf0ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/store/StoreOrder.php

+ 1 - 1
app/models/store/StoreOrder.php

@@ -440,7 +440,7 @@ class StoreOrder extends BaseModel
                 'pay_type' => $payType,
                 'use_integral' => $usedIntegral + $payIntegral,
                 'gain_integral' => $gainIntegral,
-                'mark' => htmlspecialchars($mark),
+                'mark' => $mark,
                 'combination_id' => $combinationId,
                 'pink_id' => $pinkId,
                 'seckill_id' => $seckill_id,