mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-14 07:36:29 +02:00
operator access to customer
This commit is contained in:
parent
5c68b91b14
commit
df19863a86
5 changed files with 15 additions and 12 deletions
|
@ -505,6 +505,7 @@ sub service_update(){
|
|||
"ct.close_time" => "is::null",
|
||||
int10 => "1",
|
||||
int28 => "3",
|
||||
end_time => ">=::(now() - interval '5 min')",
|
||||
};
|
||||
my $ctpos = { c_id => 0 };
|
||||
|
||||
|
@ -553,7 +554,7 @@ sub service_update(){
|
|||
table_pos => "contenttranspos",
|
||||
fetch => "one",
|
||||
ca_id => "$auth->{c_id}",
|
||||
#end_time => ">=::(now() - interval '10 minutes')",
|
||||
end_time => ">=::(now() - interval '5 min')",
|
||||
};
|
||||
my $post_record = { c_id => 0 };
|
||||
$post_record = $dbt->collect_post($dbh_operator,$postref);
|
||||
|
@ -1749,7 +1750,7 @@ sub rental_to_feedback{
|
|||
int10 => "1",
|
||||
int11 => "3",#sig system
|
||||
int28 => "3",#set count on sig rental_end
|
||||
#end_time => ">=::(now() - interval '5 min')",
|
||||
end_time => ">=::(now() - interval '5 min')",
|
||||
};
|
||||
my $ctpos = { c_id => 0 };
|
||||
$ctpos = $dbt->collect_post($dbh,$pref);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue