bug修复

This commit is contained in:
15856 2024-04-30 14:32:17 +08:00
parent 8b433a699e
commit 25f84100e6
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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