|
@@ -68,7 +68,7 @@ class CustomClass extends BaseClass
|
|
|
{
|
|
{
|
|
|
$customId = $custom->id ?? 0;
|
|
$customId = $custom->id ?? 0;
|
|
|
$ghsId = $ghs->id ?? 0;
|
|
$ghsId = $ghs->id ?? 0;
|
|
|
- $relateId = $clearInfo->id ?? 0;
|
|
|
|
|
|
|
+ $relateId = $clear->id ?? 0;
|
|
|
$staffId = $staff->id ?? 0;
|
|
$staffId = $staff->id ?? 0;
|
|
|
$staffName = $staff->name ?? '';
|
|
$staffName = $staff->name ?? '';
|
|
|
$clearSn = $clear->orderSn;
|
|
$clearSn = $clear->orderSn;
|