Commit b258d1b1 by guojuxing

门店域授权修复

parent 65157e1b
......@@ -158,8 +158,8 @@ public class StoreRegionApiServiceImpl implements StoreRegionApiService {
// 插入
storeRegionRelService.saveByOther(ownerEnterpriseId, unionEnterpriseId, regionId);
} else if (storeRegionRel.getDeleteFlag() == 1) {
// 状态更新为1
storeRegionRelService.updateStatusByOther(unionEnterpriseId, regionId, 1);
// 状态更新为0 delete_flag = 0
storeRegionRelService.updateStatusByOther(unionEnterpriseId, regionId, 0);
}
}
// 调用门店自定义属性方法
......
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