bug修复
This commit is contained in:
parent
8b433a699e
commit
25f84100e6
|
|
@ -386,7 +386,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
and (mt.type_name like concat('%',#{dictName},'%') or
|
and (mt.type_name like concat('%',#{dictName},'%') or
|
||||||
mt1.type_name like concat('%',#{dictName},'%'))
|
mt1.type_name like concat('%',#{dictName},'%'))
|
||||||
</if>
|
</if>
|
||||||
order by status
|
order by status, pmi.id
|
||||||
</select>
|
</select>
|
||||||
<select id="selectMaCode" resultType="java.lang.Integer">
|
<select id="selectMaCode" resultType="java.lang.Integer">
|
||||||
select count(ma_id) from ma_machine where ma_code = #{maCode}
|
select count(ma_id) from ma_machine where ma_code = #{maCode}
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ server:
|
||||||
spring:
|
spring:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-request-size: 10MB
|
max-request-size: 50MB
|
||||||
max-file-size: 10MB
|
max-file-size: 30MB
|
||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: sgzb-system
|
name: sgzb-system
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue