|
@@ -97,6 +97,18 @@ public class RWDDownloadUtil {
|
|
|
String feedback = ExcelCommonUtil.getContentInner(sheet, "控制反馈点编码", i);
|
|
|
String force = ExcelCommonUtil.getContentInner(sheet, "强制模式", i);
|
|
|
String force_feedback = ExcelCommonUtil.getContentInner(sheet, "强制模式反馈", i);
|
|
|
+ ibmsSceneCode = ibmsSceneCode == null ? null : ibmsSceneCode.trim();
|
|
|
+ ibmsClassCode = ibmsClassCode == null ? null : ibmsClassCode.trim();
|
|
|
+ infoType = infoType == null ? null : infoType.trim();
|
|
|
+ infoCode = infoCode == null ? null : infoCode.trim();
|
|
|
+ infoName = infoName == null ? null : infoName.trim();
|
|
|
+ infoAlias = infoAlias == null ? null : infoAlias.trim();
|
|
|
+ isVisible = isVisible == null ? null : isVisible.trim();
|
|
|
+ isKeyPoint = isKeyPoint == null ? null : isKeyPoint.trim();
|
|
|
+ isBatchControlParam = isBatchControlParam == null ? null : isBatchControlParam.trim();
|
|
|
+ feedback = feedback == null ? null : feedback.trim();
|
|
|
+ force = force == null ? null : force.trim();
|
|
|
+ force_feedback = force_feedback == null ? null : force_feedback.trim();
|
|
|
if (ibmsSceneCode == null || ibmsSceneCode.length() == 0) {
|
|
|
continue;
|
|
|
}
|