|
@@ -99,7 +99,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
where id = #{id}
|
|
where id = #{id}
|
|
</update>
|
|
</update>
|
|
<update id="updateXmProjectInvestorByXmbh">
|
|
<update id="updateXmProjectInvestorByXmbh">
|
|
- update xm_project_investor set xm_id = #{id} where xmbh = #{xmbh}
|
|
|
|
|
|
+ update xm_project_investor set xm_id = #{id}, xmmc = #{xmmc} where xmbh = #{xmbh}
|
|
</update>
|
|
</update>
|
|
|
|
|
|
<delete id="deleteXmProjectInvestorById" parameterType="Long">
|
|
<delete id="deleteXmProjectInvestorById" parameterType="Long">
|