消费金额按厘计算
diff --git a/supwisdom/sp_data.c b/supwisdom/sp_data.c
index 2275abc..d87b918 100644
--- a/supwisdom/sp_data.c
+++ b/supwisdom/sp_data.c
@@ -4,8 +4,8 @@
#include "sp_constant.h"
#include "sp_display.h"
-#define record_behalf_len 19
-#define record_below_len 13
+#define record_behalf_len 23
+#define record_below_len 41
//Ñ»·¼Ç¼ÿһ±ÊÁ÷Ë®¼Ç¼µÄµØÖ·
static uint16 sp_write_last_record(sp_pos_t* pos)
@@ -79,6 +79,7 @@
memcpy(record.transtime, ctime+3, 3);
record.cobillno = card->cobillno;
memcpy(record.cardphyid, card->cardphyid, sizeof(card->cardphyid));
+ memcpy(record.cardno, card->citizen_cardno, sizeof(card->citizen_cardno));
if(pos->paymode == PAYMODE_QRCODE)
{
record.transway = 2;