xuhy
7 天以前 ff265ba53df1d9e89ae2d4258007cd2e02811f8c
ruoyi-modules/ruoyi-gen/src/main/resources/mapper/generator/GenTableMapper.xml
@@ -164,7 +164,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>
    
@@ -187,7 +187,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>