以文本方式查看主题

-  昂捷论坛  (http://www.enjoyit.com.cn/bbs/index.asp)
--  □-通用类  (http://www.enjoyit.com.cn/bbs/list.asp?boardid=27)
----  问:CPOS出现无法签到情况如何处理?  (http://www.enjoyit.com.cn/bbs/dispbbs.asp?boardid=27&id=9011)

--  作者:wangyangang1985
--  发布时间:2013/11/1 13:30:18
--  问:CPOS出现无法签到情况如何处理?
 

答:首先核对cpos最后一笔卡的交易明细和余额是否正确,在保证数据正确的情况下执行update tb_mpos
set c_status =\'
已签退\',c_batch_status=\'已结算\',c_batch_amount=0,c_batch_count=0,c_batch_score=0
where c_no = \'cpos
终端号\'

然后重新安装cpos程序。