|
|
@@ -196,7 +196,7 @@ public class MaintenanceServiceImpl extends ServiceImpl<MaintenanceMapper, Maint
|
|
|
if (ObjectUtils.isNotNull(result)) {
|
|
|
data.add(new WxMpTemplateData(item.getDataValue(), result.toString()));
|
|
|
} else {
|
|
|
- data.add(new WxMpTemplateData(item.getDataValue(), "-"));
|
|
|
+ data.add(new WxMpTemplateData(item.getDataValue(), "无"));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
@@ -353,7 +353,7 @@ public class MaintenanceServiceImpl extends ServiceImpl<MaintenanceMapper, Maint
|
|
|
if (ObjectUtils.isNotNull(result)) {
|
|
|
data.add(new WxMpTemplateData(item.getDataValue(), result.toString()));
|
|
|
} else {
|
|
|
- data.add(new WxMpTemplateData(item.getDataValue(), "-"));
|
|
|
+ data.add(new WxMpTemplateData(item.getDataValue(), "无"));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
@@ -426,7 +426,7 @@ public class MaintenanceServiceImpl extends ServiceImpl<MaintenanceMapper, Maint
|
|
|
if (ObjectUtils.isNotNull(result)) {
|
|
|
data.add(new WxMpTemplateData(item.getDataValue(), result.toString()));
|
|
|
} else {
|
|
|
- data.add(new WxMpTemplateData(item.getDataValue(), "-"));
|
|
|
+ data.add(new WxMpTemplateData(item.getDataValue(), "无"));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
@@ -781,7 +781,7 @@ public class MaintenanceServiceImpl extends ServiceImpl<MaintenanceMapper, Maint
|
|
|
if (ObjectUtils.isNotNull(result)) {
|
|
|
data.add(new WxMpTemplateData(item.getDataValue(), result.toString()));
|
|
|
} else {
|
|
|
- data.add(new WxMpTemplateData(item.getDataValue(), "-"));
|
|
|
+ data.add(new WxMpTemplateData(item.getDataValue(), "无"));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
@@ -966,7 +966,7 @@ public class MaintenanceServiceImpl extends ServiceImpl<MaintenanceMapper, Maint
|
|
|
if (ObjectUtils.isNotNull(result)) {
|
|
|
data.add(new WxMpTemplateData(item.getDataValue(), result.toString()));
|
|
|
} else {
|
|
|
- data.add(new WxMpTemplateData(item.getDataValue(), "-"));
|
|
|
+ data.add(new WxMpTemplateData(item.getDataValue(), "无"));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|