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
10b0f014
Commit
10b0f014
authored
Dec 16, 2019
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
8f79ea1b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
laowubao/app/base/service/impl/operator/taxinfoSve.js
+0
-10
No files found.
laowubao/app/base/service/impl/operator/taxinfoSve.js
View file @
10b0f014
...
@@ -63,20 +63,10 @@ class TaxinfoService extends ServiceBase {
...
@@ -63,20 +63,10 @@ class TaxinfoService extends ServiceBase {
if
(
total
===
0
)
{
if
(
total
===
0
)
{
return
{
count
:
1
,
rows
:
[]};
return
{
count
:
1
,
rows
:
[]};
}
}
<<<<<<<
HEAD
where
.
user_id
=
this
.
trim
(
params
.
userId
);
var
orderby
=
[
[
"id"
,
'desc'
]
];
var
page
=
await
this
.
getPageList
(
currentPage
,
pageSize
,
where
,
orderby
);
if
(
page
&&
page
.
rows
)
{
for
(
var
row
of
page
.
rows
)
{
=======
params
.
startRow
=
(
params
.
currentPage
-
1
)
*
params
.
pageSize
;
params
.
startRow
=
(
params
.
currentPage
-
1
)
*
params
.
pageSize
;
let
list
=
await
this
.
dao
.
pageByUser
(
params
);
let
list
=
await
this
.
dao
.
pageByUser
(
params
);
if
(
list
)
{
if
(
list
)
{
for
(
var
item
of
list
)
{
for
(
var
item
of
list
)
{
>>>>>>>
026
b3250eae45a614a582ab7662754f26ca7b0cd
this
.
handleDate
(
row
,
[
"tax_time"
],
null
,
-
8
);
this
.
handleDate
(
row
,
[
"tax_time"
],
null
,
-
8
);
}
}
}
}
...
...
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