流程管家在每次调用组件之前要验证当前redis中是否包含组件所需参数,不满足则抛异常

yun-zuoyi
gragon.xu 6 years ago
parent 25bf0de397
commit 7ddbc5f76b

@ -105,7 +105,8 @@ public class WmsActionLogDetails extends BaseBean {
} }
public WmsActionLogDetails(String createUser, Long id, Integer seq) { public WmsActionLogDetails(Long amId,String createUser, Long id, Integer seq) {
this.asId = amId;
this.createUser = createUser; this.createUser = createUser;
this.id = id; this.id = id;
this.seq = seq; this.seq = seq;

Loading…
Cancel
Save