Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hubin
long-tern-care-service
Commits
e81f2163
Commit
e81f2163
authored
Mar 14, 2023
by
zengxiaoli@yeah.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评定报告录入,分配任务-修改检索条件
parent
2ccc4999
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TaskServiceImpl.java
...n/java/com/hungraim/ltc/service/impl/TaskServiceImpl.java
+2
-2
No files found.
assessment/assessment-service/src/main/java/com/hungraim/ltc/service/impl/TaskServiceImpl.java
View file @
e81f2163
...
@@ -100,8 +100,8 @@ public class TaskServiceImpl implements TaskService {
...
@@ -100,8 +100,8 @@ public class TaskServiceImpl implements TaskService {
int
aprType
=
0
;
int
aprType
=
0
;
if
(
StrUtil
.
isNotBlank
(
realName
)||
StrUtil
.
isNotBlank
(
certiCode
))
{
if
(
StrUtil
.
isNotBlank
(
realName
)||
StrUtil
.
isNotBlank
(
certiCode
))
{
int
count
=
taskMapper
.
queryApplyCount
(
realName
,
certiCode
,
2
,
1
);
int
count
=
taskMapper
.
queryApplyCount
(
realName
,
certiCode
,
2
,
2
);
aprType
=
count
>
0
?
1
:
0
;
//count>0
初评已过,查询复
评数据。
aprType
=
count
>
0
?
1
:
0
;
//count>0
复评已过,查询复评数据,反之查询初
评数据。
}
}
return
taskMapper
.
taskDistributionList
(
page
,
organIds
,
provincial
,
city
,
return
taskMapper
.
taskDistributionList
(
page
,
organIds
,
provincial
,
city
,
street
,
realName
,
certiCode
,
taskName
,
taskTel
,
daysRemaining
,
taskStatus
,
isReturn
,
area
,
type
,
aprType
);
street
,
realName
,
certiCode
,
taskName
,
taskTel
,
daysRemaining
,
taskStatus
,
isReturn
,
area
,
type
,
aprType
);
...
...
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