|
@@ -54,7 +54,7 @@ class ReportOrderTramsformer
|
|
|
{
|
|
|
$reason = self::REPORT_TYPE['current_day_register'];
|
|
|
}
|
|
|
- if('tx_adq_new' == ($item->reportOrder->link_source ?? '') && ($status == 0)) {
|
|
|
+ if('tx_adq_new' == ($item->reportOrder->link_source ?? '')) {
|
|
|
$reason = ($item->reportOrder->content ?? '') ? $item->reportOrder->content : $reason;
|
|
|
}
|
|
|
|