阳光采购平台修改

master
hongtianzai 3 years ago
commit 1592c96537

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

@ -5,7 +5,8 @@ server.port=9994
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.username=root
spring.datasource.password=mysql@2020
#spring.datasource.password=mysql@2020
spring.datasource.password=123456
server.servlet.context-path=
# 跨域设置

@ -192,7 +192,7 @@
AND ylqxzcrbarmc= #{ylqxzcrbarmc}
</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},'%')
</if>

Loading…
Cancel
Save