Sfoglia il codice sorgente

发送钉钉工作通知

lyhzzz 2 anni fa
parent
commit
ef1658c01f

+ 2 - 0
src/main/java/com/fdkankan/sale/service/impl/RepairLogServiceImpl.java

@@ -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;
     }