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
82ad4c27
Commit
82ad4c27
authored
Oct 27, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户告知书6
parent
ba013fd9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerServiceImpl.java
+0
-1
yd-api/src/main/resources/mapper/customer/AgPoInformedMapper.xml
+3
-0
yd-api/src/main/resources/mapper/marketing/MktLeadsAssignedsMapper.xml
+6
-0
No files found.
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerServiceImpl.java
View file @
82ad4c27
...
@@ -3766,7 +3766,6 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
...
@@ -3766,7 +3766,6 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
@Override
@Override
public
void
run
()
{
public
void
run
()
{
AgPoInformed
informed
=
informedMapper
.
selectByPrimaryKey
(
requestVO
.
getId
());
if
(
informed
!=
null
)
{
if
(
informed
!=
null
)
{
Long
informedId
=
informed
.
getId
();
Long
informedId
=
informed
.
getId
();
...
...
yd-api/src/main/resources/mapper/customer/AgPoInformedMapper.xml
View file @
82ad4c27
...
@@ -182,6 +182,9 @@
...
@@ -182,6 +182,9 @@
<if
test=
"signDate != null"
>
<if
test=
"signDate != null"
>
sign_date = #{signDate,jdbcType=VARCHAR},
sign_date = #{signDate,jdbcType=VARCHAR},
</if>
</if>
<if
test=
"signOssPath != null"
>
sign_oss_path = #{signOssPath,jdbcType=VARCHAR},
</if>
<if
test=
"status != null"
>
<if
test=
"status != null"
>
`status` = #{status,jdbcType=VARCHAR},
`status` = #{status,jdbcType=VARCHAR},
</if>
</if>
...
...
yd-api/src/main/resources/mapper/marketing/MktLeadsAssignedsMapper.xml
View file @
82ad4c27
...
@@ -170,6 +170,12 @@
...
@@ -170,6 +170,12 @@
<if
test=
"updatedBy != null"
>
<if
test=
"updatedBy != null"
>
updated_by = #{updatedBy,jdbcType=BIGINT},
updated_by = #{updatedBy,jdbcType=BIGINT},
</if>
</if>
<if
test=
"customerName != null"
>
customer_name = #{customerName,jdbcType=VARCHAR},
</if>
<if
test=
"customerMobile != null"
>
customer_mobile = #{customerMobile,jdbcType=VARCHAR},
</if>
</set>
</set>
where id = #{id,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}
</update>
</update>
...
...
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