Browse Source

Merge branch 'test' of jishutao/kede-server into prod

anderx 5 years ago
parent
commit
e1b84bba9b
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>