Commit 5cec8bed by guojuxing

门店分组是否是叶子结点修改

parent 6c83feb8
......@@ -188,7 +188,7 @@ public class StoreGroupApiServiceImpl implements StoreGroupApiService {
} else {
return ServiceResponse.failure(parentIdWhenNew.getCode(), parentIdWhenNew.getMessage());
}
return ServiceResponse.success(isNeedTransferStoreWhenNew(parentStoreGroupId));
return ServiceResponse.success(isNeedTransferStore(parentStoreGroupId));
}
@Override
......
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