custom_no

This commit is contained in:
邓皓元 2019-04-25 18:29:49 +08:00
parent ff47308e35
commit 87e3555939

View File

@ -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'],
]);