Commit 6dd5652c authored by hujun's avatar hujun

''

parent 6740661a
......@@ -3663,6 +3663,8 @@ class Finance extends Basic
$agent_data = $redis_service->getRedisCache(2, $pay_data['agent_id']);
$pay_data['site_id'] = $agent_data['site_id'];
}
$pay_data['open_time'] = empty($pay_data['open_time']) ? '':$pay_data['open_time'];
} catch (\Exception $e) {
$msg = '内部错误:'.$e->getMessage();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment