|
@@ -183,6 +183,9 @@ class InOutEvent
|
|
|
'inout_category' => !empty(self::$orderClassify[$order->order_classify]) ? self::$orderClassify[$order->order_classify] . '退款' : '退款',
|
|
|
|
|
|
];
|
|
|
+ if (in_array($order->order_classify,['GOODS','SERVICE','CHNMED','CHNNCD'])){
|
|
|
+ $data['inout_category'] = self::$orderClassify[$order->order_classify];
|
|
|
+ }
|
|
|
// 部门id
|
|
|
if (!empty($order->order_config_json)) {
|
|
|
$orderConfigJson = json_decode($order->order_config_json, true);
|