|
@@ -61,6 +61,7 @@ public class RepairLogServiceImpl extends ServiceImpl<IRepairLogMapper, RepairLo
|
|
|
repairLog.setOldRepairStatus(oldRepairStatus);
|
|
|
this.save(repairLog);
|
|
|
repairService.updateRepairStatus(repairId,repairStatus);
|
|
|
+ dingService.sendDingMsg(repairLog);
|
|
|
return repairLog;
|
|
|
}
|
|
|
|
|
@@ -75,6 +76,7 @@ public class RepairLogServiceImpl extends ServiceImpl<IRepairLogMapper, RepairLo
|
|
|
repairLog.setOldRepairStatus(oldRepairStatus);
|
|
|
this.save(repairLog);
|
|
|
repairService.updateRepairStatus(repairId,repairStatus);
|
|
|
+ dingService.sendDingMsg(repairLog);
|
|
|
return repairLog;
|
|
|
}
|
|
|
|