mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
station bike group select by type_id
This commit is contained in:
parent
556809afb7
commit
c48a393b10
11 changed files with 51 additions and 50 deletions
|
@ -838,8 +838,8 @@ sub sigbike_cupdate {
|
|||
owner => "169",
|
||||
};
|
||||
|
||||
$bw->log("sigbike_cupdate content from record_sig with bike nr:",$update,"");
|
||||
$rows = $dbt->update_record($dbh,$update,$record_sig->{$bid});
|
||||
$bw->log("rows: $rows | sigbike_cupdate content from record_sig with bike nr:",$update,"");
|
||||
if($rows != 1){
|
||||
my $c_id = "";
|
||||
$update->{itime} = "now()";
|
||||
|
@ -869,8 +869,8 @@ sub sigstation_cupdate {
|
|||
owner => "169",
|
||||
};
|
||||
|
||||
$bw->log("sigstation_cupdate content from record_sig with bike nr:",$update,"");
|
||||
$rows = $dbt->update_record($dbh,$update,$record_sig->{$sid});
|
||||
$bw->log("rows: $rows | sigstation_cupdate content from record_sig with bike nr:",$update,"");
|
||||
if($rows != 1){
|
||||
my $c_id = "";
|
||||
$update->{itime} = "now()";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue