1.正式检测代码详情检测表格代码提交
This commit is contained in:
@@ -760,9 +760,9 @@ public class ResultServiceImpl implements IResultService {
|
||||
if (CollUtil.isNotEmpty(cur)) {
|
||||
String unit;
|
||||
if (isValueType) {
|
||||
unit = ResultUnitEnum.V_RELATIVE_UNIT.getUnit();
|
||||
unit = ResultUnitEnum.I_RELATIVE_UNIT.getUnit();
|
||||
} else {
|
||||
unit = ResultUnitEnum.V_ABSOLUTELY_UNIT.getUnit();
|
||||
unit = ResultUnitEnum.I_ABSOLUTELY_UNIT.getUnit();
|
||||
}
|
||||
for (PqScriptDtls dtls : cur) {
|
||||
buffer.append("I" + dtls.getPhase().toLowerCase() + "=" + dtls.getValue() + unit + ",相角=" + dtls.getAngle() + "° ");
|
||||
|
||||
Reference in New Issue
Block a user