任务代办修改

This commit is contained in:
zhangheng 2024-07-30 16:01:52 +08:00
parent e6322ab249
commit fcac221026

View File

@ -691,10 +691,28 @@
#{phoneDialMethod}, #{phoneDialMethod},
</if> </if>
<if test="followTemplateId != null">follow_template_id = <if test="followTemplateId != null">follow_template_id =
#{followTemplateId}, #{followTemplateId},
</if> </if>
<if test="followTemplateName != null">follow_template_name = <if test="followTemplateName != null">follow_template_name =
#{followTemplateName}, #{followTemplateName},
</if>
<if test="phoneNodeExecuteResultStatus != null">phone_node_execute_result_status =
#{phoneNodeExecuteResultStatus},
</if>
<if test="phoneMessageNodeExecuteResultStatus != null">phone_message_node_execute_result_status =
#{phoneMessageNodeExecuteResultStatus},
</if>
<if test="messageNodeExecuteResultStatus != null">message_node_execute_result_status =
#{messageNodeExecuteResultStatus},
</if>
<if test="officialNodeExecuteResultStatus != null">official_node_execute_result_status =
#{officialNodeExecuteResultStatus},
</if>
<if test="appletNodeExecuteResultStatus != null">applet_node_execute_result_status =
#{appletNodeExecuteResultStatus},
</if>
<if test="nodeFinishDate != null">node_finish_date =
#{nodeFinishDate},
</if> </if>
</trim> </trim>
where id = #{id} where id = #{id}