Explorar o código

变更完成BUG修复

Signed-off-by: anderx <312518615@qq.com>
anderx %!s(int64=5) %!d(string=hai) anos
pai
achega
bddbcd9e8e

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