Просмотр исходного кода

[审批][修改][添加菜单]

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
cb48989e8b
3 измененных файлов: 11 добавлений и 5 удалений
  1. +0
    -4
      mallinkAdmin/src/main/resources/db/migration/V201906141150__L_ALTER_MENU.sql
  2. +9
    -0
      mallinkAdmin/src/main/resources/db/migration/V201906151116__L_ALTER_MENU.sql
  3. +2
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java

+ 0
- 4
mallinkAdmin/src/main/resources/db/migration/V201906141150__L_ALTER_MENU.sql Просмотреть файл

@@ -1,4 +0,0 @@
update mall_permission set name = '多经点位租金合同' where name ='多经点位租赁合同';
INSERT INTO `mall_permission` (`id`, `name`, `parent_id`, `available`, `permission`, `resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`, `sort`)
VALUES
(305, '多经点位租赁合同', 3, 'Y', NULL, 1, NULL, NULL, 'pointLeaselist', 'icon-wuyehetong', 0, 305);

+ 9
- 0
mallinkAdmin/src/main/resources/db/migration/V201906151116__L_ALTER_MENU.sql Просмотреть файл

@@ -0,0 +1,9 @@
update mall_permission set name = '商铺租金合同' where name ='商铺租赁合同';
INSERT INTO `mall_permission` (`id`, `name`, `parent_id`, `available`, `permission`, `resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`, `sort`)
VALUES
(305, '商铺租赁合同', 3, 'Y', NULL, 1, NULL, NULL, 'rentLeaselist', 'icon-wuyehetong', 0, 305);

update mall_permission set name = '多经点位租金合同' where name ='多经点位租赁合同';
INSERT INTO `mall_permission` (`id`, `name`, `parent_id`, `available`, `permission`, `resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`, `sort`)
VALUES
(306, '多经点位租赁合同', 3, 'Y', NULL, 1, NULL, NULL, 'pointLeaselist', 'icon-wuyehetong', 0, 306);

+ 2
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java Просмотреть файл

@@ -937,7 +937,8 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
}

public static void main(String[] args) {
System.out.println(3&1100);
List l = new ArrayList();
l.add(1) ;
}
}



Загрузка…
Отмена
Сохранить