|
|
@@ -116,7 +116,9 @@ public class StoreApplyFacadeImpl implements StoreApplyFacade {
|
|
|
|
|
|
storeApplyService.handlerApply(storeApply);
|
|
|
//自动确认开通店铺;
|
|
|
- this.autoConfirmOpenStore(uuid, storeApply);
|
|
|
+ if (StoreApply.ApplyStatus.PASS == status) {
|
|
|
+ this.autoConfirmOpenStore(uuid, storeApply);
|
|
|
+ }
|
|
|
return ResultMap.success(null);
|
|
|
}
|
|
|
|