正式检测检测结果增加单位信息

This commit is contained in:
wr
2025-03-28 15:24:55 +08:00
parent 71ba7fa139
commit 7ba71562d8
6 changed files with 125 additions and 38 deletions

View File

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