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
|
||||
mt1.type_name like concat('%',#{dictName},'%'))
|
||||
</if>
|
||||
order by status
|
||||
order by status, pmi.id
|
||||
</select>
|
||||
<select id="selectMaCode" resultType="java.lang.Integer">
|
||||
select count(ma_id) from ma_machine where ma_code = #{maCode}
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ server:
|
|||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-request-size: 10MB
|
||||
max-file-size: 10MB
|
||||
max-request-size: 50MB
|
||||
max-file-size: 30MB
|
||||
application:
|
||||
# 应用名称
|
||||
name: sgzb-system
|
||||
|
|
|
|||
Loading…
Reference in New Issue