【问题描述】
分店重新注册,结账单打出来的还是之前的分店名
【问题答案】
备份数据库后,用以下语句修改。
use isskyv6_branch
go
delete from t_sys_system where sys_var_id = ‘pos_prn_title’
go
update cybr_sys_parameter set vch_value=’新标题’ where vch_parameter=’bp_title’
go
分店重新注册,结账单打出来的还是之前的分店名
备份数据库后,用以下语句修改。
use isskyv6_branch
go
delete from t_sys_system where sys_var_id = ‘pos_prn_title’
go
update cybr_sys_parameter set vch_value=’新标题’ where vch_parameter=’bp_title’
go