Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
AutogeneralShanghai
yd-backend
Commits
508c302a
Commit
508c302a
authored
Oct 28, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户告知书21
parent
8f3237af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
yd-api/src/main/java/com/yd/api/practitioner/vo/informed/QueryInformedSheetListRequestVO.java
+1
-0
yd-api/src/main/resources/mapper/customer/AgPoInformedMapper.xml
+3
-0
No files found.
yd-api/src/main/java/com/yd/api/practitioner/vo/informed/QueryInformedSheetListRequestVO.java
View file @
508c302a
...
@@ -4,6 +4,7 @@ import lombok.Data;
...
@@ -4,6 +4,7 @@ import lombok.Data;
@Data
@Data
public
class
QueryInformedSheetListRequestVO
{
public
class
QueryInformedSheetListRequestVO
{
private
Long
id
;
private
Long
practitionerId
;
private
Long
practitionerId
;
private
String
customerName
;
private
String
customerName
;
private
String
customerMobile
;
private
String
customerMobile
;
...
...
yd-api/src/main/resources/mapper/customer/AgPoInformedMapper.xml
View file @
508c302a
...
@@ -251,6 +251,9 @@
...
@@ -251,6 +251,9 @@
<if
test=
"signDate != null"
>
<if
test=
"signDate != null"
>
and t.sign_date = #{signDate,jdbcType=VARCHAR}
and t.sign_date = #{signDate,jdbcType=VARCHAR}
</if>
</if>
<if
test=
"id != null"
>
and t.id = #{id,jdbcType=BIGINT}
</if>
</select>
</select>
<select
id=
"getNextInformedNo"
resultType=
"java.lang.String"
statementType=
"CALLABLE"
>
<select
id=
"getNextInformedNo"
resultType=
"java.lang.String"
statementType=
"CALLABLE"
>
select f_getNextInformedNo()
select f_getNextInformedNo()
...
...
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