Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
9664b7fb
Commit
9664b7fb
authored
Dec 27, 2019
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
842f662b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
11 deletions
+12
-11
fi-taxctl/app/base/service/impl/rpt/rpttypeSve.js
+2
-1
fi-taxctl/app/base/utils/redisClient.js
+9
-9
fi-taxctl/app/config/localsettings.js
+1
-1
No files found.
fi-taxctl/app/base/service/impl/rpt/rpttypeSve.js
View file @
9664b7fb
...
@@ -27,7 +27,8 @@ class RptTypeService extends ServiceBase{
...
@@ -27,7 +27,8 @@ class RptTypeService extends ServiceBase{
position
:
hd
.
position
,
position
:
hd
.
position
,
valstr
:
hd
.
valstr
,
valstr
:
hd
.
valstr
,
desc
:
hd
.
desc
,
desc
:
hd
.
desc
,
uploadrpt_id
:
rptid
uploadrpt_id
:
rptid
,
uploadbatch_id
:
batchid
,
};
};
hisarray
.
push
(
h
);
hisarray
.
push
(
h
);
});
});
...
...
fi-taxctl/app/base/utils/redisClient.js
View file @
9664b7fb
...
@@ -224,15 +224,15 @@ class RedisClient {
...
@@ -224,15 +224,15 @@ class RedisClient {
}
}
}
}
module
.
exports
=
RedisClient
;
module
.
exports
=
RedisClient
;
//
var client=new RedisClient();
var
client
=
new
RedisClient
();
//
(async ()=>{
(
async
()
=>
{
// await client.rpush("tasklist","xxx");
await
client
.
rpush
(
"riskmq"
,
JSON
.
stringify
({
// await client.rpush("tasklist","xxx");
key
:
"riskmq"
,
// var len=await client.llen("tasklist");
content
:
"mmffddfd"
// //await client.clearlist("tasklist"
);
})
);
// len=await client.llen("tasklist");
// console.log(len
);
console
.
log
(
"end"
);
//
})()
})()
// client.keys('*').then(s=>{
// client.keys('*').then(s=>{
// console.log(s);
// console.log(s);
...
...
fi-taxctl/app/config/localsettings.js
View file @
9664b7fb
...
@@ -3,7 +3,7 @@ var settings={
...
@@ -3,7 +3,7 @@ var settings={
host
:
"43.247.184.32"
,
host
:
"43.247.184.32"
,
port
:
8967
,
port
:
8967
,
password
:
"Gongsibao2018"
,
password
:
"Gongsibao2018"
,
db
:
1
1
,
db
:
1
5
,
},
},
database
:
{
database
:
{
dbname
:
"fktaxctl"
,
dbname
:
"fktaxctl"
,
...
...
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