chenhj
8 天以前 e15e3b2c4a7d3d8c29b89bbdba6607eab3d1ed85
ruoyi-generator/src/main/resources/mapper/generator/GenTableMapper.xml
@@ -167,7 +167,7 @@
         <if test="genPath != null and genPath != ''">#{genPath},</if>
         <if test="remark != null and remark != ''">#{remark},</if>
          <if test="createBy != null and createBy != ''">#{createBy},</if>
         sysdate()
         now()
         )
    </insert>
    
@@ -195,7 +195,7 @@
            <if test="options != null and options != ''">options = #{options},</if>
            <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
            <if test="remark != null">remark = #{remark},</if>
            update_time = sysdate()
            update_time = now()
        </set>
        where table_id = #{tableId}
    </update>