Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_epay
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
fmp_epay
Commits
3102ee8c
Commit
3102ee8c
authored
Mar 13, 2018
by
gujin.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一处注释
parent
1c3c2635
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
fmp_epay_p.cpp
+1
-1
No files found.
fmp_epay_p.cpp
View file @
3102ee8c
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment