Commit 3102ee8c by gujin.wang

修改一处注释

parent 1c3c2635
......@@ -89,7 +89,7 @@ FMPePayPrivate::FMPePayPrivate(FMPePay *parent)
"pid varchar(20),"
"total_amount integer,"//卡券抵扣额,以分为单位
"redeem_json text," //卡券核销时的请求字符串,用于后续冲正
"need_reverse boolean default 0)"; //卡券是否需要冲正
"need_reverse boolean default 0)"; //卡券是否需要冲正
FMP_INFO() << "create table sql: " << sql;
if(_db->creat(sql) == false)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment