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