|
|
@@ -45,8 +45,7 @@ class NoticeClass extends BaseClass
|
|
|
$payTime = $cg->payTime ?? '';
|
|
|
$remark = "点击查看详情";
|
|
|
if (isset($cg->debt) && $cg->debt == 1) {
|
|
|
- $remark = "====点击付款====";
|
|
|
- $actPrice = $actPrice . "【赊账】";
|
|
|
+ $remark = "【赊账】===点击付款===";
|
|
|
}
|
|
|
if (!empty($staffList)) {
|
|
|
$ids = array_column($staffList, 'adminId');
|