소스 검색

updateTime

shiqian 3 년 전
부모
커밋
89993ba5dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      boman-web-core/src/main/resources/mapper/CzrkMapper.xml

+ 1 - 1
boman-web-core/src/main/resources/mapper/CzrkMapper.xml

@@ -332,7 +332,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="updateBy != null">update_by,</if>
             <if test="isDel != null and isDel != ''">is_del,</if>
             <if test="deleteReason != null">delete_reason,</if>
-            create_time, updateTime
+            create_time, update_time
          </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="userName != null">#{userName},</if>