Commit 5aefbf94 by guojuxing

联合商户解除修改

parent 9b6c3def
......@@ -426,7 +426,7 @@ public class UnionEnterpriseAuthApiServiceImpl implements UnionEnterpriseAuthApi
//todo 发通知
//门店解除
storeAuthorizationApiService.cancelStoreAll(temp.getUnionEnterpriseId(), temp.getOwnEnterpriseId());
authorizationEnterConfApiService.delAuthorizationEnterpriseConf(temp.getUnionEnterpriseAuthId(), temp.getOwnEnterpriseId());
authorizationEnterConfApiService.delAuthorizationEnterpriseConf(temp.getUnionEnterpriseId(), temp.getOwnEnterpriseId());
}
} else {
//发送短信模板
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment