shish 3 роки тому
батько
коміт
46f265f581
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      biz-hd/notice/classes/NoticeClass.php

+ 1 - 2
biz-hd/notice/classes/NoticeClass.php

@@ -42,12 +42,11 @@ class NoticeClass extends BaseClass
         }
         $name = "花材" . $num;
         $actPrice = $cg->actPrice ?? 0;
-        $actPrice = "¥" . $actPrice;
         $payTime = $cg->payTime ?? '';
         $remark = "点击查看详情";
         if (isset($cg->debt) && $cg->debt == 1) {
             $remark = "====点击付款====";
-            $actPrice = "【赊账】" . $actPrice;
+            $actPrice = $actPrice . "【赊账】";
         }
         if (!empty($staffList)) {
             $ids = array_column($staffList, 'adminId');