Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
takeout_sbk
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
yunpeng.song
takeout_sbk
Commits
848050dc
Commit
848050dc
authored
Aug 17, 2022
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 美化日志输出
Version: 2.2022.8.18
parent
d3f381e4
Pipeline
#41407
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
fmTakeout/DTools/simProcOrderDB.cpp
+3
-0
fmTakeout/DTools/simProcOrderDB.h
+1
-0
No files found.
fmTakeout/DTools/simProcOrderDB.cpp
View file @
848050dc
...
@@ -496,6 +496,9 @@ bool SimProcOrderDB::presistOrderInputPosSuccessRecord(const QString &orderId, c
...
@@ -496,6 +496,9 @@ bool SimProcOrderDB::presistOrderInputPosSuccessRecord(const QString &orderId, c
if
(
!
retTryLock
){
if
(
!
retTryLock
){
QLOG_ERROR
()
<<
"[<<<<---SimProcOrderDB::presistOrderInputPosSuccessRecord Try Lock Failed--->>>>]"
;
QLOG_ERROR
()
<<
"[<<<<---SimProcOrderDB::presistOrderInputPosSuccessRecord Try Lock Failed--->>>>]"
;
return
false
;
return
false
;
}
else
{
QLOG_INFO
()
<<
QString
(
"[<<<<---SimProcOrderDB::presistOrderInputPosSuccessRecord Try Lock Successed, OrderId=%1 --->>>>]"
)
.
arg
(
orderId
);
}
}
if
(
!
m_sqlDb
.
open
())
{
if
(
!
m_sqlDb
.
open
())
{
...
...
fmTakeout/DTools/simProcOrderDB.h
View file @
848050dc
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
#include <QtSql/QSqlError>
#include <QtSql/QSqlError>
#include <QObject>
#include <QObject>
#include "Model/orderObject.h"
#include "Model/orderObject.h"
#include "windows.h"
#include <QMutex>
#include <QMutex>
class
SimProcOrderDB
:
public
QObject
class
SimProcOrderDB
:
public
QObject
...
...
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