|
|
@@ -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');
|