xuhy
6 天以前 ff265ba53df1d9e89ae2d4258007cd2e02811f8c
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
@@ -223,7 +223,7 @@
         <if test="icon !=null and icon != ''">icon = #{icon},</if>
         <if test="remark != null and remark != ''">remark = #{remark},</if>
         <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
         update_time = sysdate()
         update_time = now()
      </set>
      where menu_id = #{menuId}
   </update>
@@ -264,7 +264,7 @@
      <if test="icon != null and icon != ''">#{icon},</if>
      <if test="remark != null and remark != ''">#{remark},</if>
      <if test="createBy != null and createBy != ''">#{createBy},</if>
      sysdate()
      now()
      )
   </insert>