Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
kaopu-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bf65e22b
authored
Jan 03, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改判断条件
parent
a14fe171
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
internal/dao/com_credits.go
logs/info.log
internal/dao/com_credits.go
View file @
bf65e22b
...
...
@@ -15,7 +15,7 @@ func (d *dao) GetCompanyCresitsList(ctx context.Context) (res []map[string]strin
var
(
rows
*
sql
.
Rows
)
if
rows
,
err
=
d
.
db
.
Query
(
ctx
,
"SELECT "
+
SqlField
+
" FROM lie_com_credits where
id >= 5147
"
);
err
!=
nil
{
if
rows
,
err
=
d
.
db
.
Query
(
ctx
,
"SELECT "
+
SqlField
+
" FROM lie_com_credits where
status = 5 or status = 10
"
);
err
!=
nil
{
err
=
errors
.
WithStack
(
err
)
return
}
...
...
logs/info.log
View file @
bf65e22b
...
...
@@ -27,3 +27,4 @@
[2019/11/21 10:37:59.963] [INFO] [D:/gocode/kaopu-server/cmd/main.go:24] caipu-server start
[2019/11/21 17:19:34.063] [INFO] [/usr/local/var/www/ichunt/kaopu-server/cmd/main.go:24] caipu-server start
[2019/12/19 16:18:26.263] [INFO] [/usr/local/var/www/ichunt/kaopu-server/cmd/static/main.go:56] kaopuserver start%!(EXTRA int=0)
[2020/01/02 18:27:52.584] [INFO] [/usr/local/var/www/ichunt/kaopu-server/cmd/static/main.go:56] kaopuserver-static start%!(EXTRA int=0)
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