card_cycle_end
This commit is contained in:
parent
8dbba85dfc
commit
9b285466e9
@ -64,7 +64,7 @@ $res = DB::connection('vd_old')->table('ckb_custom')->join($subQuery, function($
|
||||
$join->on('t.cno', '=', 'ckb_custom.custom_no');
|
||||
})->whereIn('custom_no', $custom_nos)->update([
|
||||
'card_cycle_start' => DB::raw('t.valid_start_time'),
|
||||
'valid_end_time' => DB::raw('t.valid_end_time'),
|
||||
'card_cycle_end' => DB::raw('t.valid_end_time'),
|
||||
]);
|
||||
|
||||
$res = DB::connection('vd_old')->table('ckb_user_package')->join($subQuery, function($join) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user