Stringsql="select concat( b.brand, '-', b.type, '-', b.skill) as skill from engineer_skill_group a left join skill_info b \n"+
" on a.skill_group_code= b.skill_group_code where a.engineer_code=? and a.status=1 \n"+
" and b.brand is not null ";
Stringsql="select concat( b.brand, '-', b.type, '-', b.skill) as skill from engineer_skill_group a left join skill_info b \n"+" on a.skill_group_code= b.skill_group_code where a.engineer_code=? and a.status=1 \n"+" and b.brand is not null ";
StringsqlReset="update dispatch_order set engineer_code='', seq=0, time_begin=null, time_end=nullwhere group_id=? and batch_no=? and status!='CONFIRM' ";
StringsqlReset="update dispatch_order set engineer_code='', seq=0, time_begin=null, time_end=null, path_time=0, path_distance=0 "+"where group_id=? and batch_no=? and status!='CONFIRM' ";
Stringsql="update dispatch_order set engineer_code=?, seq=?, time_begin=? ,time_end=? where group_id=? and batch_no=? and order_id=? and status!='CONFIRM' ";
Stringsql="update dispatch_order set engineer_code=?, seq=?, time_begin=? ,time_end=?, path_time=?, path_distance=? "+" where group_id=? and batch_no=? and order_id=? and dt=? and status!='CONFIRM' ";