Browse Source

Merge branch 'system-zyj' of uskycloud/usky-cloud into system-165

James 1 năm trước cách đây
mục cha
commit
896af9f2be

+ 1 - 0
base-modules/service-system/service-system-biz/src/main/resources/mapper/system/SysMenuMapper.xml

@@ -307,6 +307,7 @@
             <if test="perms !=null">perms = #{perms},</if>
             <if test="icon !=null and icon != ''">icon = #{icon},</if>
             <if test="remark != null and remark != ''">remark = #{remark},</if>
+            <if test="isNew != null and isNew != 0">isNew = #{isNew},</if>
             <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
             update_time = sysdate()
         </set>