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