소스 검색

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

James 1 년 전
부모
커밋
896af9f2be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      base-modules/service-system/service-system-biz/src/main/resources/mapper/system/SysMenuMapper.xml

+ 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>