Signed-off-by: anderx <312518615@qq.com>
@@ -512,7 +512,7 @@
<update id="updateByCTid">
update t_change_dun set tid= #{tid}
where 1=1
- <if test="cid !=null">
+ <if test="ctid !=null">
and ctid= #{ctid}
</if>
</update>