Merge remote-tracking branch 'origin/dev_20230829_change' into dev_20230829_change

This commit is contained in:
wxyclub
2023-11-27 11:36:24 +08:00
@@ -1,6 +1,7 @@
package com.adc.da.slrs.sarMenuStandard.entity;
import cn.afterturn.easypoi.excel.annotation.Excel;
import cn.hutool.core.util.StrUtil;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
@@ -165,7 +166,7 @@ public class StandSystemDTO {
public void setStandSystemId(String standSystemId) {
this.standSystemId = standSystemId;
if (standSystemId != null) {
if (StrUtil.isNotBlank(standSystemId)) {
this.standSystemIdList = java.util.Arrays.asList(standSystemId.split(","));
}
}