!138 优化FlwTaskActor中的是否为代理人方法
Merge pull request !138 from halfninety/dev
This commit is contained in:
commit
685087f4e7
@ -91,7 +91,7 @@ public class FlwTaskActor implements Serializable {
|
||||
* @return true 是 false 否
|
||||
*/
|
||||
public boolean agentActor() {
|
||||
return Objects.equals(0, this.actorType);
|
||||
return Objects.equals(0, this.agentType);
|
||||
}
|
||||
|
||||
public boolean eqActorId(String actorId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user