|
@@ -34,8 +34,8 @@ public interface InterlockSummaryConvert {
|
|
|
@Mapping(target = "ljgx",source = "interlockAddDTO.ljgx")
|
|
|
@Mapping(target = "interlockStatus",source = "interlockStatus")
|
|
|
@Mapping(target = "loopHealthLevel",source = "loopHealthLevel")
|
|
|
- @Mapping(target = "deviceId",source = "deviceId")
|
|
|
- @Mapping(target = "moduleName",source = "moduleName")
|
|
|
+ @Mapping(target = "deviceId",source = "interlockAddDTO.deviceId")
|
|
|
+ @Mapping(target = "moduleName",source = "interlockAddDTO.moduleName")
|
|
|
InterlockSummary toInterlockSummary(InterlockAddDTO interlockAddDTO,String interlockStatus,String loopHealthLevel);
|
|
|
|
|
|
|