正式检测检测结果增加单位信息
This commit is contained in:
@@ -16,6 +16,15 @@ import java.util.stream.Collectors;
|
||||
* @date 2025/1/13 22:05
|
||||
*/
|
||||
public class ScriptDtlsDesc {
|
||||
/**
|
||||
* @Description:
|
||||
* @param scriptDtlIndex 检测脚本集合
|
||||
* @param isScript 是否为下源检测脚本(true 则为下源检测脚本里面所有单位都是值类型)
|
||||
* @param isValueType 用来检测脚本是相对类型,还是绝对类型
|
||||
* @return: java.lang.StringBuffer
|
||||
* @Author: wr
|
||||
* @Date: 2025/3/27 15:20
|
||||
*/
|
||||
public static StringBuffer getStringBuffer(List<PqScriptDtls> scriptDtlIndex,Boolean isScript, Boolean isValueType) {
|
||||
if (ObjectUtil.isNull(isValueType)) {
|
||||
isValueType = true;
|
||||
|
||||
Reference in New Issue
Block a user