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
a52b1fa8
Commit
a52b1fa8
authored
Feb 18, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
5446414b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
fi-taxctl/app/base/api/impl/rpt/rptApi.js
+8
-3
fi-taxctl/app/base/service/impl/rpt/rpttypeSve.js
+1
-1
fi-taxctl/app/config/localsettings.js
+4
-4
No files found.
fi-taxctl/app/base/api/impl/rpt/rptApi.js
View file @
a52b1fa8
...
...
@@ -94,7 +94,6 @@ class RptAPI extends APIBase{
return
system
.
getResult
(
null
);
}
}
async
resultJson
(
pobj
,
query
){
if
(
pobj
){
var
x
=
await
this
.
rptService
.
resultJson
(
pobj
.
batchid
);
...
...
@@ -161,4 +160,10 @@ class RptAPI extends APIBase{
];
}
}
module
.
exports
=
RptAPI
;
\ No newline at end of file
module
.
exports
=
RptAPI
;
// (async ()=>{
// var x=new RptAPI();
// var m=await x.resultJson({batchid:226});
// console.log(JSON.stringify(m));
// })()
\ No newline at end of file
fi-taxctl/app/base/service/impl/rpt/rpttypeSve.js
View file @
a52b1fa8
...
...
@@ -223,7 +223,7 @@ class RptTypeService extends ServiceBase{
tmp
[
item
.
indexName
]
=
Number
(
item
.
status
);
}
else
{
var
tmp2
=
{};
tmp2
[
item
.
indexName
]
=
item
.
status
;
tmp2
[
item
.
indexName
]
=
escape
(
item
.
status
)
;
arrayfi
.
push
(
tmp2
);
}
}));
...
...
fi-taxctl/app/config/localsettings.js
View file @
a52b1fa8
...
...
@@ -7,11 +7,11 @@ var settings={
},
database
:
{
dbname
:
"fktaxctl"
,
user
:
"
write
"
,
password
:
"
write
"
,
user
:
"
caishui
"
,
password
:
"
jvmfTVDuG5YE(*Z
"
,
config
:
{
host
:
'4
3.247.184.35
'
,
port
:
8899
,
host
:
'4
7.105.186.2
'
,
port
:
3307
,
dialect
:
'mysql'
,
operatorsAliases
:
false
,
pool
:
{
...
...
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