|
|
@@ -584,15 +584,14 @@ sql;
|
|
|
{
|
|
|
$laborReport=LaborReport::query()
|
|
|
->where('created_at','like','2021-10-12%')
|
|
|
- ->where('name','张诗颖')
|
|
|
+ ->where('name','姚君')
|
|
|
->first();
|
|
|
|
|
|
- $laborReport->update(['check_in_at'=>'2021-10-12 09:30:00']);
|
|
|
+ $laborReport->update(['check_in_at'=>'2021-10-12 09:00:00']);
|
|
|
LaborReportStatus::query()
|
|
|
->where('labor_report_id',$laborReport->id)
|
|
|
->where('status','未审核')
|
|
|
- ->update(['created_at'=>'2021-10-12 09:30:00']);
|
|
|
+ ->update(['created_at'=>'2021-10-12 09:00:00']);
|
|
|
dd('ok');
|
|
|
-
|
|
|
}
|
|
|
}
|