Commit 27942c49 by jianan

客户告知书18

parent 5aae248d
...@@ -404,7 +404,7 @@ ...@@ -404,7 +404,7 @@
<update id="updateInformedOssPathByInformedId"> <update id="updateInformedOssPathByInformedId">
update ag_mkt_leads_assigned_track update ag_mkt_leads_assigned_track
set informed_oss_path = #{informedOssPath,jdbcType=VARCHAR} set informed_oss_path = #{informedOssPath,jdbcType=VARCHAR}
where informed_id = #{informedId,jdbcType=BIGINT} and informed_status = #{informedStatus,jdbcType=VARCHAR} where informed_id = #{informedId,jdbcType=BIGINT} and informed_status = '1'
</update> </update>
<update id="updateCustomerIdByLeadsAssignedId"> <update id="updateCustomerIdByLeadsAssignedId">
update ag_mkt_leads_assigned_track update ag_mkt_leads_assigned_track
......
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