Commit 462b5ab7 by zhangkb

修改考核指标运算逻辑

parent e609702d
...@@ -146,6 +146,10 @@ public class DriveIndIdCalActor extends AbstractActor{ ...@@ -146,6 +146,10 @@ public class DriveIndIdCalActor extends AbstractActor{
FirstExeConfirmMsg firstExeConfirmMsg = new FirstExeConfirmMsg(1,""); FirstExeConfirmMsg firstExeConfirmMsg = new FirstExeConfirmMsg(1,"");
compareUnitCalActor.tell(firstExeConfirmMsg, ActorRef.noSender()); compareUnitCalActor.tell(firstExeConfirmMsg, ActorRef.noSender());
} }
}else {
//发送确认信息给父actor
FirstExeConfirmMsg firstExeConfirmMsg = new FirstExeConfirmMsg(0,"");
compareUnitCalActor.tell(firstExeConfirmMsg, ActorRef.noSender());
} }
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment