Parcourir la source

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

anderx il y a 5 ans
Parent
commit
e1b84bba9b

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