阳光采购平台修改

master
hongtianzai 3 years ago
commit 1592c96537

@ -7,6 +7,7 @@ import java.util.List;
@Mapper @Mapper
public interface SysRoleMenuMapper { public interface SysRoleMenuMapper {
int insert(SysRoleMenu record); int insert(SysRoleMenu record);
List<SysRoleMenu> selectAll(); List<SysRoleMenu> selectAll();

@ -5,7 +5,8 @@ server.port=9994
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/udidl?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false spring.datasource.url=jdbc:mysql://127.0.0.1:3306/udidl?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=mysql@2020 #spring.datasource.password=mysql@2020
spring.datasource.password=123456
server.servlet.context-path= server.servlet.context-path=
# 跨域设置 # 跨域设置

@ -192,7 +192,7 @@
AND ylqxzcrbarmc= #{ylqxzcrbarmc} AND ylqxzcrbarmc= #{ylqxzcrbarmc}
</if> </if>
<if test="ylqxzcrbarmc == '' and ylqxzcrbarmc == null and cpmctymc != '' and cpmctymc != null"> <if test="ylqxzcrbarmc == null and cpmctymc != '' and cpmctymc != null">
AND cpmctymc LIKE concat(#{cpmctymc},'%') AND cpmctymc LIKE concat(#{cpmctymc},'%')
</if> </if>

Loading…
Cancel
Save