Commit 93d5c65d authored by hujun's avatar hujun

is_open

parent 60bef0cc
......@@ -3668,6 +3668,10 @@ class Finance extends Basic
$agent_data = $redis_service->getRedisCache(2, $pay_data['agent_id']);
$pay_data['site_id'] = $agent_data['site_id'];
}
if (empty($pay_data['open_time']) && $pay_data['is_open'] == 1) {
$pay_data['open_time'] = $pay_data['create_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