Commit 82ad4c27 by jianan

客户告知书6

parent ba013fd9
...@@ -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();
......
...@@ -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>
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment