问题修复

This commit is contained in:
hongchao 2025-09-10 11:33:52 +08:00
parent 1a354c7b97
commit 1743a4e54e
2 changed files with 6 additions and 1 deletions

View File

@ -110,4 +110,7 @@ public class StandardConfigDetailsVo {
@ApiModelProperty(value = "层级")
private String level;
@ApiModelProperty(value = "是否整数")
private Integer unitValue;
}

View File

@ -134,6 +134,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.typeName,
a.typeModelName,
a.unit,
a.unitValue,
bscd.num,
bscd.remark
FROM
@ -147,7 +148,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
mt3.type_name AS materialType,
mt2.type_name AS typeName,
mt.type_name AS typeModelName,
mt.unit_name AS unit
mt.unit_name AS unit,
mt.unit_value AS unitValue
FROM
ma_type mt
LEFT JOIN