From 36c9926067d499d34ba3f4febc74053bfc42bd3e Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 26 Sep 2024 09:31:20 +0800 Subject: [PATCH] material screen --- bonus-modules/bonus-material-screen/pom.xml | 2 +- .../src/main/resources/bootstrap.yml | 2 +- .../mapper/material/basic/BmConfigMapper.xml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bonus-modules/bonus-material-screen/pom.xml b/bonus-modules/bonus-material-screen/pom.xml index c117ac36..8d1dd3c6 100644 --- a/bonus-modules/bonus-material-screen/pom.xml +++ b/bonus-modules/bonus-material-screen/pom.xml @@ -12,7 +12,7 @@ bonus-modules-material-screen - bonus-modules-material-bigscreen仓储大屏模块 + bonus-modules-material-screen仓储大屏模块 diff --git a/bonus-modules/bonus-material-screen/src/main/resources/bootstrap.yml b/bonus-modules/bonus-material-screen/src/main/resources/bootstrap.yml index 5776d4c5..8a1b9da3 100644 --- a/bonus-modules/bonus-material-screen/src/main/resources/bootstrap.yml +++ b/bonus-modules/bonus-material-screen/src/main/resources/bootstrap.yml @@ -2,7 +2,7 @@ spring: application: # 应用名称 - name: bonus-material-bigscreen + name: bonus-material-screen profiles: # 环境配置 active: sgzb_bns_local diff --git a/bonus-modules/bonus-material-screen/src/main/resources/mapper/material/basic/BmConfigMapper.xml b/bonus-modules/bonus-material-screen/src/main/resources/mapper/material/basic/BmConfigMapper.xml index 9f26691a..eb908d57 100644 --- a/bonus-modules/bonus-material-screen/src/main/resources/mapper/material/basic/BmConfigMapper.xml +++ b/bonus-modules/bonus-material-screen/src/main/resources/mapper/material/basic/BmConfigMapper.xml @@ -2,9 +2,9 @@ - + - + @@ -33,12 +33,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - - @@ -69,7 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where config_key = #{configKey} limit 1 - + insert into sys_config ( config_name, config_key, @@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) - + update sys_config config_name = #{configName},