|
...
|
...
|
@@ -843,6 +843,7 @@ class ProjectLogic extends BaseLogic |
|
|
|
if(!empty($project_id)){
|
|
|
|
$param['project_id'] = ['in',$project_id];
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($entry_position, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
switch ($entry_position){
|
|
|
|
//技术经理
|
|
|
|
case 41:
|
...
|
...
|
|