|
@@ -221,7 +221,7 @@ public class IotOperationPlanJob implements JobHandler {
|
|
|
iotOpeationFillOrderMapper.insertBatch(orderList1);
|
|
|
|
|
|
|
|
|
- /*//发送钉钉通知
|
|
|
+ //发送钉钉通知
|
|
|
pmsThreadPoolTaskExecutor.execute(()->{
|
|
|
try{
|
|
|
for (IotOpeationFillOrderDO order:orderList1) {
|
|
@@ -230,7 +230,7 @@ public class IotOperationPlanJob implements JobHandler {
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
- });*/
|
|
|
+ });
|
|
|
|
|
|
|
|
|
for (IotOpeationFillDO device:deviceList) {
|