fixed
This commit is contained in:
@@ -267,6 +267,11 @@ class Reportty extends BaseHttpApi
|
||||
//新增统一基本信息
|
||||
$hdruserbaseinfo_id = Db::table('fa_hdruserbaseinfo')
|
||||
->insertGetId($base_data);
|
||||
|
||||
//修改历史记录的hdruserbaseinfo_id
|
||||
Db::table('fa_ty_chathistory')
|
||||
->where('ticket',$ticket)
|
||||
->update(['hdruserbaseinfo_id'=>$hdruserbaseinfo_id]);
|
||||
//}else{
|
||||
// Db::table('fa_hdruserbaseinfo')
|
||||
// ->where('ticket',$ticket)
|
||||
|
||||
Reference in New Issue
Block a user