Commit 75269091b84047c3d99f4c66ab5f21e3cb26cab1

Authored by 张志伟
2 parents ec0652ca cb3d42b0

Merge remote-tracking branch 'origin/test'

fw-shirasawa-service/src/main/java/cn/fw/shirasawa/service/bus/follow/FollowBizService.java
... ... @@ -444,8 +444,6 @@ public class FollowBizService {
444 444 Long shopId = record.getShopId();
445 445 if (BusinessTypeEnum.AS.equals(record.getBizType())) {
446 446 flowNo = getAfterFlowNo();
447   - userId = 1486L;
448   - shopId = 65L;
449 447 }
450 448 boolean repetition = isRepetition(record.getTaskId().toString());
451 449 BV.isFalse(repetition, () -> "正在审批处理中,请勿重复申请");
... ...