Browse Source

变更完成BUG修复

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
bddbcd9e8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TChangeDunMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TChangeDunMapper.xml

@@ -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>