shiqian il y a 3 ans
Parent
commit
89993ba5dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>