Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
752b0452
Commit
752b0452
authored
Aug 23, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决bug
parent
55f5457b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
HouseholdContractServiceImpl.java
...e/hygf/biz/service/impl/HouseholdContractServiceImpl.java
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/HouseholdContractServiceImpl.java
View file @
752b0452
...
...
@@ -72,7 +72,7 @@ public class HouseholdContractServiceImpl extends BaseService<HouseholdContractD
qw
.
eq
(
StringUtils
.
isNotEmpty
(
dto
.
getInitiateStatus
()),
"initiate_status"
,
dto
.
getInitiateStatus
()
);
qw
.
eq
(
StringUtils
.
isNotEmpty
(
dto
.
getSurveyStatus
()),
"survey_status"
,
dto
.
getSurveyStatus
()
);
qw
.
eq
(
StringUtils
.
isNotEmpty
(
dto
.
getSignStatus
()),
"sign_status"
,
dto
.
getSignStatus
()
);
qw
.
eq
(
StringUtils
.
isNotEmpty
(
dto
.
getUserId
()),
"user_id"
,
dto
.
getUserId
()
);
qw
.
eq
(
StringUtils
.
isNotEmpty
(
dto
.
getUserId
()),
"
project_
user_id"
,
dto
.
getUserId
()
);
...
...
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