custom_no
This commit is contained in:
parent
ff47308e35
commit
87e3555939
@ -36,7 +36,7 @@ foreach ($data as $item) {
|
||||
|
||||
DB::transaction(function () use ($attributes) {
|
||||
unset($attributes['id']);
|
||||
DB::connection('vd_old')->table('ckb_custom_handle_log')->where('custom_no', $attributes)->update([
|
||||
DB::connection('vd_old')->table('ckb_custom_handle_log')->where('custom_no', $attributes['custom_no'])->update([
|
||||
'valid_start_time' => $attributes['valid_start_time'],
|
||||
'valid_end_time' => $attributes['valid_end_time'],
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user