!138 优化FlwTaskActor中的是否为代理人方法

Merge pull request !138 from halfninety/dev
This commit is contained in:
青苗 2025-02-28 09:05:03 +00:00 committed by Gitee
commit 685087f4e7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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) {