소스 검색

Merge remote-tracking branch 'origin/test' into dev

anderx 5 년 전
부모
커밋
d7718564bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>